|
GME
13
|
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 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.
| void MergeAttrs | ( | const CoreObj & | src, |
| CoreObj & | dst | ||
| ) |
Definition at line 431 of file MgaAttribute.cpp.
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.
1.7.6.1