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

Implements the RPC dispatcher hooking engine. More...

#include "stdafx.h"
#include "tablemgr.h"
#include <list>
#include <bzscmn/bzscmn.h>
#include <bzscmn/textfile.h>
#include <bzscmn/textser.h>
#include <bzswin/registry.h>
#include "../rpcdispatch/reporter.h"

Include dependency graph for tablemgr.cpp:

Go to the source code of this file.

Enumerations

enum  { MinStringLength = 10, MaxStringLength = 100, MaxRpcHandlers = 1024 }

Functions

static bool IsValidStringChar (unsigned char ch)
static FilePath GetDLLDirectory (HINSTANCE hDLL)


Detailed Description

Implements the RPC dispatcher hooking engine.

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

Definition in file tablemgr.cpp.


Enumeration Type Documentation

anonymous enum

Enumerator:
MinStringLength 
MaxStringLength 
MaxRpcHandlers 

Definition at line 122 of file tablemgr.cpp.


Function Documentation

static FilePath GetDLLDirectory ( HINSTANCE  hDLL  )  [inline, static]

Definition at line 408 of file tablemgr.cpp.

static bool IsValidStringChar ( unsigned char  ch  )  [inline, static]

Definition at line 129 of file tablemgr.cpp.