#include "stdafx.h"
#include <bzscmn/bzscmn.h>
#include "../kdvm/kdrpc.h"
#include "../kdvm/kdxxx.h"
#include "../rpcdispatch/pipesrv.h"
#include "../rpcdispatch/rpcdisp.h"
#include "../rpcdispatch/kdcomdisp.h"
#include "../rpcdispatch/reporter.h"
Go to the source code of this file.
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 |
Definition in file pipeproxy.cpp.
int _tmain | ( | int | argc, | |
_TCHAR * | argv[] | |||
) |
StatusReporter* g_pReporter = NULL |
Definition at line 93 of file pipeproxy.cpp.
const TCHAR tszProxyPipeName[] = _T("\\\\.\\pipe\\kd_proxy") [static] |
Definition at line 20 of file pipeproxy.cpp.