E:/PROJECTS/cvsed/mixed/VIRTUA~1/kdclient/dllmain.cpp File Reference

#include "stdafx.h"

Include dependency graph for dllmain.cpp:

Go to the source code of this file.

Functions

bool HookVmware (HINSTANCE hThisDLL)
void UnhookVmware ()
BOOL APIENTRY DllMain (HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)

Variables

HMODULE g_hThisDll = 0


Function Documentation

BOOL APIENTRY DllMain ( HMODULE  hModule,
DWORD  ul_reason_for_call,
LPVOID  lpReserved 
)

Definition at line 14 of file dllmain.cpp.

Here is the call graph for this function:

bool HookVmware ( HINSTANCE  hThisDLL  ) 

Definition at line 189 of file kdclient.cpp.

Here is the call graph for this function:

void UnhookVmware (  ) 

Definition at line 208 of file kdclient.cpp.

Here is the call graph for this function:


Variable Documentation

HMODULE g_hThisDll = 0

Definition at line 12 of file dllmain.cpp.