#include <windef.h>
#include <winbase.h>
#include <strsafe.h>
#include <shimlib.h>
Go to the source code of this file.
◆ WIN32_NO_STATUS
Definition at line 8 of file main.c.
◆ DllMain()
Definition at line 26 of file main.c.
27{
29 {
32 break;
35 break;
36 }
38}
#define DLL_PROCESS_ATTACH
#define DLL_PROCESS_DETACH
void ShimLib_Init(HINSTANCE hInstance)
void ShimLib_Deinit(VOID)
◆ GetHookAPIs()
Definition at line 15 of file main.c.
16{
18}
PHOOKAPI WINAPI ShimLib_GetHookAPIs(IN LPCSTR szCommandLine, IN LPCWSTR wszShimName, OUT PDWORD pdwHookCount)
◆ NotifyShims()
Definition at line 21 of file main.c.
22{
24}
static DWORD const fdwReason
BOOL WINAPI ShimLib_NotifyShims(DWORD fdwReason, PVOID ptr)