Searched defs:pfObjDir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp441 * @param pfObjDir If not NULL, the variable pointed to will be set
447 ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir)
474 if (pfObjDir)
475 *pfObjDir = false;
480 else if ( pfObjDir
508 *pfObjDir = true;
446 RTNtPathOpenDir(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fShareAccess, ULONG fCreateOptions, ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir) argument

Completed in 33 milliseconds