GME  13
Classes | Defines | Functions
CoreBinFile.cpp File Reference

Go to the source code of this file.

Classes

struct  GUID_hash

Defines

#define RFLAG_HASVALUE   1
#define RFLAG_OPAQUE   2

Functions

void getMeAGuid (long *p_l1, long *p_l2, long *p_l3, long *p_l4)
void WalkRegistry (CCoreDictionaryAttributeValue::map_type &map, CComBSTR &path, CCoreBinFile *p_bf, BinObject &node)
static DWORD __stdcall prog (LARGE_INTEGER TotalFileSize, LARGE_INTEGER TotalBytesTransferred, LARGE_INTEGER StreamSize, LARGE_INTEGER StreamBytesTransferred, DWORD dwStreamNumber, DWORD dwCallbackReason, HANDLE hSourceFile, HANDLE hDestinationFile, LPVOID lpData)
static void SetNewGuid (CCoreBinFile *p_bf, BinObject &o)

Define Documentation

#define RFLAG_HASVALUE   1
#define RFLAG_OPAQUE   2

Function Documentation

void getMeAGuid ( long *  p_l1,
long *  p_l2,
long *  p_l3,
long *  p_l4 
)

Definition at line 66 of file CoreBinFile.cpp.

static DWORD __stdcall prog ( LARGE_INTEGER  TotalFileSize,
LARGE_INTEGER  TotalBytesTransferred,
LARGE_INTEGER  StreamSize,
LARGE_INTEGER  StreamBytesTransferred,
DWORD  dwStreamNumber,
DWORD  dwCallbackReason,
HANDLE  hSourceFile,
HANDLE  hDestinationFile,
LPVOID  lpData 
) [static]

Definition at line 985 of file CoreBinFile.cpp.

static void SetNewGuid ( CCoreBinFile p_bf,
BinObject o 
) [static]

Definition at line 1082 of file CoreBinFile.cpp.

void WalkRegistry ( CCoreDictionaryAttributeValue::map_type map,
CComBSTR &  path,
CCoreBinFile p_bf,
BinObject node 
)

Definition at line 85 of file CoreBinFile.cpp.