|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cmdata.h>

Public Attributes | |
| USHORT | Signature |
| USHORT | Reserved |
| HCELL_INDEX | Flink |
| HCELL_INDEX | Blink |
| ULONG | ReferenceCount |
| ULONG | DescriptorLength |
| SECURITY_DESCRIPTOR_RELATIVE | Descriptor |
| HCELL_INDEX _CM_KEY_SECURITY::Blink |
Definition at line 142 of file cmdata.h.
Referenced by CmiCreateSecurityKey(), CmpMarkKeyDirty(), and CmpRemoveSecurityCellList().
| SECURITY_DESCRIPTOR_RELATIVE _CM_KEY_SECURITY::Descriptor |
Definition at line 145 of file cmdata.h.
Referenced by CmiCreateSecurityKey().
| ULONG _CM_KEY_SECURITY::DescriptorLength |
Definition at line 144 of file cmdata.h.
Referenced by CmiCreateSecurityKey().
| HCELL_INDEX _CM_KEY_SECURITY::Flink |
Definition at line 141 of file cmdata.h.
Referenced by CmiCreateSecurityKey(), CmpMarkKeyDirty(), and CmpRemoveSecurityCellList().
| ULONG _CM_KEY_SECURITY::ReferenceCount |
Definition at line 143 of file cmdata.h.
Referenced by CmiCreateSecurityKey(), CmiCreateSubKey(), and CmpFreeSecurityDescriptor().
| USHORT _CM_KEY_SECURITY::Signature |
Definition at line 139 of file cmdata.h.
Referenced by CmiCreateSecurityKey(), and CmpFreeSecurityDescriptor().