#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"
Enumerations | |
enum | { MinStringLength = 10, MaxStringLength = 100, MaxRpcHandlers = 1024 } |
Functions | |
static bool | IsValidStringChar (unsigned char ch) |
static FilePath | GetDLLDirectory (HINSTANCE hDLL) |
static FilePath GetDLLDirectory | ( | HINSTANCE | hDLL | ) | [inline, static] |
static bool IsValidStringChar | ( | unsigned char | ch | ) | [inline, static] |