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

Contains the entry point and implementation for Pipe proxy used for debugging. More...

#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"

Include dependency graph for pipeproxy.cpp:

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")
StatusReporterg_pReporter = NULL


Detailed Description

Contains the entry point and implementation for Pipe proxy used for debugging.

Author:
Ivan Shcherbakov (Bazis)
Id
pipeproxy.cpp,v 1.11 2009/06/07 15:31:55 Administrator Exp

Definition in file pipeproxy.cpp.


Function Documentation

int _tmain ( int  argc,
_TCHAR *  argv[] 
)

Definition at line 95 of file pipeproxy.cpp.

Here is the call graph for this function:


Variable Documentation

Definition at line 93 of file pipeproxy.cpp.

const TCHAR tszProxyPipeName[] = _T("\\\\.\\pipe\\kd_proxy") [static]

Definition at line 20 of file pipeproxy.cpp.