Changeset 93270 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 17, 2022 11:47:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r93256 r93270 1629 1629 * @param hFile The file to create a section from (optional). 1630 1630 */ 1631 __declspec(guard(ignore)) /* don't barf when calling g_pfnNtCreateSectionReal */ 1631 1632 static NTSTATUS NTAPI 1632 1633 supR3HardenedMonitor_NtCreateSection(PHANDLE phSection, ACCESS_MASK fAccess, POBJECT_ATTRIBUTES pObjAttribs, … … 1947 1948 * returned to the caller. 1948 1949 */ 1950 __declspec(guard(ignore)) /* don't barf when calling g_pfnLdrLoadDllReal */ 1949 1951 static NTSTATUS NTAPI 1950 1952 supR3HardenedMonitor_LdrLoadDll(PWSTR pwszSearchPath, PULONG pfFlags, PUNICODE_STRING pName, PHANDLE phMod)
Note:
See TracChangeset
for help on using the changeset viewer.