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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp373 bool *pfQuiet);
1055 &fCallRealApi, "Imports", false /*fAvoidWinVerifyTrust*/, NULL /*pfQuiet*/);
1151 * @param pfQuiet Where to return whether to be quiet about
1156 bool *pfCallRealApi, const char *pszCaller, bool fAvoidWinVerifyTrust, bool *pfQuiet)
1159 if (pfQuiet)
1160 *pfQuiet = false;
1197 if (pfQuiet)
1198 *pfQuiet = fQuiet;
1493 false /*fAvoidWinVerifyTrust*/, NULL /*pfQuiet*/);
1531 "NtCreateSection", true /*fAvoidWinVerifyTrust*/, NULL /*pfQuiet*/);
1155 supR3HardenedScreenImage(HANDLE hFile, bool fImage, bool fIgnoreArch, PULONG pfAccess, PULONG pfProtect, bool *pfCallRealApi, const char *pszCaller, bool fAvoidWinVerifyTrust, bool *pfQuiet) argument
[all...]

Completed in 2982 milliseconds