ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <cmdata.h>
Public Attributes | |
HCELL_INDEX | Cell |
union { | |
UCHAR NameHint [4] | |
ULONG HashKey | |
}; | |
union { ... } _CM_INDEX::@4089 |
HCELL_INDEX _CM_INDEX::Cell |
Definition at line 165 of file cmdata.h.
Referenced by CmpAddSubKey(), CmpAddToLeaf(), CmpCompareInIndex(), CmpDoFindSubKeyByNumber(), CmpFindSubKeyByHash(), CmpPrepareIndexOfKeys(), and CmpSelectLeaf().
ULONG _CM_INDEX::HashKey |
Definition at line 169 of file cmdata.h.
Referenced by CmpAddToLeaf(), and CmpFindSubKeyByHash().
UCHAR _CM_INDEX::NameHint[4] |
Definition at line 168 of file cmdata.h.
Referenced by CmpAddToLeaf(), and CmpCompareInIndex().