AudRecordLib
|
Contains the entrypoint to the dll. More...
#include "stdafx.h"
Functions | |
BOOL WINAPI | DllMain (HMODULE hMod, DWORD dwReason, LPVOID) |
Variables | |
HMODULE | g_hModule |
Contains the entrypoint to the dll.
BOOL WINAPI DllMain | ( | HMODULE | hMod, |
DWORD | dwReason, | ||
LPVOID | |||
) |
Entrypoint to the dll, on attach it registers the ETW event provider and tears it down on process detach
HMODULE g_hModule |
The address of the module, copy of the value given to DllMain