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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1964 * @param ulReason The reason we're called, see
1973 static VOID CALLBACK supR3HardenedDllNotificationCallback(ULONG ulReason, PCLDR_DLL_NOTIFICATION_DATA pData, PVOID pvUser) argument
1986 if (ulReason == LDR_DLL_NOTIFICATION_REASON_LOADED)
2053 else if (ulReason == LDR_DLL_NOTIFICATION_REASON_UNLOADED)
2067 SUP_DPRINTF(("supR3HardenedDllNotificationCallback: ulReason=%u pData=%p\n", ulReason, pData));

Completed in 221 milliseconds