AudRecordLib
Functions
main.cpp File Reference

Defines the main entry point of the dll and other global functions. More...

#include "stdafx.h"
#include "ETWEvents.h"
#include "alloc.h"

Functions

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

Detailed Description

Defines the main entry point of the dll and other global functions.


Function Documentation

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

Entry point of the dll

Register and unregisters the ETW event provider and, in dynamic CRT varieties of compilation, disables the unwanted thread notifications.

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