Searched defs:cPatchCount (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPR3HardenedMain-win.cpp | 3465 ULONG cPatchCount = 0; local 3467 &cPatchCount, sizeof(cPatchCount), NULL); 3469 SUP_DPRINTF(("supR3HardNtChildPurify: cFixes=%u g_fSupAdversaries=%#x cPatchCount=%#u\n", 3470 cFixes, g_fSupAdversaries, cPatchCount)); 4624 ULONG cPatchCount = 0; local 4626 &cPatchCount, sizeof(cPatchCount), NULL); 4628 SUP_DPRINTF(("supR3HardenedWinInit: cFixes=%u g_fSupAdversaries=%#x cPatchCount=%#u\n", 4629 cFixes, g_fSupAdversaries, cPatchCount)); [all...] |
Completed in 930 milliseconds