#include "stdafx.h"
#include <bzscmn/bzscmn.h>
#include "../kdvmware/kdrpc.h"
#include "../kdvmware/kdxxx.h"
#include "../rpcdispatch/pipesrv.h"
#include "../rpcdispatch/rpcdisp.h"
#include "../rpcdispatch/kdcomdisp.h"
#include "../rpcdispatch/reporter.h"
Classes | |
class | RpcProxy |
Processes KDRPC protocol version A KDRPC data packets received from KDCLIENT.DLL. More... | |
Functions | |
int | _tmain (int argc, _TCHAR *argv[]) |
Variables | |
static const TCHAR | tszProxyPipeName [] = _T("\\\\.\\pipe\\kd_proxy") |
StatusReporter * | g_pReporter = NULL |
int _tmain | ( | int | argc, | |
_TCHAR * | argv[] | |||
) |
StatusReporter* g_pReporter = NULL |
const TCHAR tszProxyPipeName[] = _T("\\\\.\\pipe\\kd_proxy") [static] |