AudRecordLib
Functions | Variables
AudRecordCLI/main.cpp File Reference

Contains the entrypoint to the dll. More...

#include "stdafx.h"

Functions

BOOL WINAPI DllMain (HMODULE hMod, DWORD dwReason, LPVOID)

Variables

HMODULE g_hModule

Detailed Description

Contains the entrypoint to the dll.


Function Documentation

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


Variable Documentation

HMODULE g_hModule

The address of the module, copy of the value given to DllMain

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines