#include "stdafx.h"#include "../rpcdispatch/rpcdisp.h"#include "../rpcdispatch/kdcomdisp.h"#include "../rpcdispatch/reporter.h"

Go to the source code of this file.
Functions | |
| void | InitializeRpcDispatcher () |
| BOOL APIENTRY | DllMain (HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) |
Variables | |
| HINSTANCE | g_hThisDll |
| StatusReporter * | g_pReporter = NULL |
| BOOL APIENTRY DllMain | ( | HMODULE | hModule, | |
| DWORD | ul_reason_for_call, | |||
| LPVOID | lpReserved | |||
| ) |
| void InitializeRpcDispatcher | ( | ) |
| HINSTANCE g_hThisDll |
Definition at line 7 of file dllmain.cpp.
| StatusReporter* g_pReporter = NULL |
Definition at line 8 of file dllmain.cpp.