Searched refs:phRootDir (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp52 * @param phRootDir Where to return the root handle, if applicable.
55 static int rtNtPathFromWinUtf8PassThru(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath) argument
71 *phRootDir = NULL;
87 * @param phRootDir Stores NULL here, as we don't use it.
91 static int rtNtPathFromWinUtf16PassThru(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, argument
116 *phRootDir = NULL;
137 * @param phRootDir Where to return the root handle, if applicable.
140 static int rtNtPathUtf8ToUniStr(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath) argument
152 *phRootDir = NULL;
168 * @param phRootDir Wher
171 rtNtPathToNative(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath) argument
242 RTNtPathFromWinUtf16Ex(struct _UNICODE_STRING *pNtName, HANDLE *phRootDir, PCRTUTF16 pwszWinPath, size_t cwcWinPath) argument
350 rtNtPathFreeNative(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir) argument
365 RTNtPathFree(struct _UNICODE_STRING *pNtName, HANDLE *phRootDir) argument
[all...]
/vbox/include/iprt/nt/
H A Dnt.h256 * @param phRootDir Where to return the root handle, if applicable.
262 RTDECL(int) RTNtPathFromWinUtf16Ex(struct _UNICODE_STRING *pNtName, HANDLE *phRootDir, PCRTUTF16 pwszPath, size_t cwcPath);
269 * @param phRootDir The root handle variable after a successfull
272 RTDECL(void) RTNtPathFree(struct _UNICODE_STRING *pNtName, HANDLE *phRootDir);

Completed in 73 milliseconds