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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1253 HANDLE hMyFile = NULL; local
1255 &hMyFile,
1266 rcNt = NtCreateFile(&hMyFile,
1289 bool fMyValid = supR3HardenedWinVerifyCacheGetIndexNumber(hMyFile, &idMyFile);
1298 NtClose(hMyFile);
1310 hMyFile = hFile;
1336 if (hMyFile != hFile)
1337 NtClose(hMyFile);
1384 if (hMyFile != hFile)
1385 NtClose(hMyFile);
[all...]

Completed in 97 milliseconds