Home
last modified time | relevance | path

Searched refs:PPathCchCombineEx (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/PC/
Dgetpathp.c239 typedef HRESULT(__stdcall *PPathCchCombineEx) (PWSTR pszPathOut, size_t cchPathOut, typedef
242 static PPathCchCombineEx _PathCchCombineEx;
250 _PathCchCombineEx = (PPathCchCombineEx)GetProcAddress(pathapi, "PathCchCombineEx"); in join()