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

/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp1050 bool fMandatory; member in struct:__anon17007
1067 return aElements[i].fMandatory
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1911 * @returns Module handle on success. Won't return on failure if fMandatory = true.
1913 * @param fMandatory Whether the library is mandatory.
1915 DECLHIDDEN(HMODULE) supR3HardenedWinLoadSystem32Dll(const char *pszName, bool fMandatory) argument
1935 && fMandatory)
1954 HMODULE hCrypt32 = supR3HardenedWinLoadSystem32Dll("crypt32.dll", true /*fMandatory*/);
2060 HMODULE hWintrust = supR3HardenedWinLoadSystem32Dll("Wintrust.dll", true /*fMandatory*/);
2087 HMODULE hBCrypt = supR3HardenedWinLoadSystem32Dll("bcrypt.dll", false /*fMandatory*/);

Completed in 50 milliseconds