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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp563 intptr_t hFileOpened; local
566 hFileOpened = -1;
569 rc = supR3HardenedVerifyFileOpen(pFile, fFatal, &hFileOpened);
572 hFile = hFileOpened;
600 if (hFileOpened != -1)
603 pVerified->hFile = hFileOpened;
605 NtClose((HANDLE)hFileOpened);

Completed in 47 milliseconds