MCPcopy Create free account
hub / github.com/ThirteenAG/Ultimate-ASI-Loader / CustomCreateEventW

Function CustomCreateEventW

source/dllmain.cpp:1460–1464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1458}
1459
1460HANDLE WINAPI CustomCreateEventW(LPSECURITY_ATTRIBUTES lpEventAttributes, BOOL bManualReset, BOOL bInitialState, LPCWSTR lpName)
1461{
1462 LoadPluginsAndRestoreIAT((uintptr_t)_ReturnAddress(), L"CreateEventW");
1463 return CreateEventW(lpEventAttributes, bManualReset, bInitialState, lpName);
1464}
1465
1466void WINAPI CustomGetSystemInfo(LPSYSTEM_INFO lpSystemInfo)
1467{

Callers

nothing calls this directly

Calls 1

LoadPluginsAndRestoreIATFunction · 0.85

Tested by

no test coverage detected