GME  13
Classes | Defines | Functions
MgaAttribute.h File Reference

Go to the source code of this file.

Classes

struct  CComBSTR_Length
class  CMgaAttribute
class  attrpool
class  CMgaRegNode
class  CMgaPart
class  partpool

Defines

#define APOOL_HASHSIZE   8
#define apool_hash(x)   ((x)%APOOL_HASHSIZE)
#define PPOOL_HASHSIZE   4
#define ppool_hash(x)   ((x)%PPOOL_HASHSIZE)

Functions

void MgaRegNode_get_Value (CMgaProject *mgaproject, FCO *fco, CoreObj s, BSTR mypath, BSTR *pVal)
void MergeAttrs (const CoreObj &src, CoreObj &dst)
void MergeRegs (const CoreObj &src, CoreObj &dst)

Define Documentation

#define apool_hash (   x)    ((x)%APOOL_HASHSIZE)

Definition at line 110 of file MgaAttribute.h.

#define APOOL_HASHSIZE   8

Definition at line 109 of file MgaAttribute.h.

#define ppool_hash (   x)    ((x)%PPOOL_HASHSIZE)

Definition at line 319 of file MgaAttribute.h.

#define PPOOL_HASHSIZE   4

Definition at line 318 of file MgaAttribute.h.


Function Documentation

void MergeAttrs ( const CoreObj src,
CoreObj dst 
)

Definition at line 431 of file MgaAttribute.cpp.

void MergeRegs ( const CoreObj src,
CoreObj dst 
)

Registry

Definition at line 469 of file MgaAttribute.cpp.

void MgaRegNode_get_Value ( CMgaProject mgaproject,
FCO fco,
CoreObj  s,
BSTR  mypath,
BSTR *  pVal 
)

Definition at line 637 of file MgaAttribute.cpp.