#include "stdafx.h"

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 |
| BOOL APIENTRY DllMain | ( | HMODULE | hModule, | |
| DWORD | ul_reason_for_call, | |||
| LPVOID | lpReserved | |||
| ) |
| bool HookVmware | ( | HINSTANCE | hThisDLL | ) |
| void UnhookVmware | ( | ) |
| HMODULE g_hThisDll = 0 |
Definition at line 12 of file dllmain.cpp.