ReactOS 0.4.16-dev-852-gcfcc8d8
|
#include <cmdata.h>
Public Attributes | |
HCELL_INDEX | Cell |
union { | |
UCHAR NameHint [4] | |
ULONG HashKey | |
}; | |
union { ... } _CM_INDEX::@4389 |
HCELL_INDEX _CM_INDEX::Cell |
Definition at line 165 of file cmdata.h.
Referenced by CmpAddSubKey(), CmpAddToLeaf(), CmpCompareInIndex(), CmpDoFindSubKeyByNumber(), CmpFindSubKeyByHash(), CmpRemoveSubKeyInLeaf(), CmpRemoveSubkeyInRoot(), 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().