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

/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp171 static int rtNtPathToNative(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, const char *pszPath) function
345 * @param pNtName The NT path after a successful rtNtPathToNative
348 * rtNtPathToNative.
394 int rc = rtNtPathToNative(&NtName, &hRootDir, pszPath);
453 int rc = rtNtPathToNative(&NtName, &hRootDir, pszPath);

Completed in 684 milliseconds