ReactOS 0.4.15-dev-8092-ge0ba2f3
_CM_KEY_SECURITY Struct Reference

#include <cmdata.h>

Collaboration diagram for _CM_KEY_SECURITY:

Public Attributes

USHORT Signature
 
USHORT Reserved
 
HCELL_INDEX Flink
 
HCELL_INDEX Blink
 
ULONG ReferenceCount
 
ULONG DescriptorLength
 
SECURITY_DESCRIPTOR_RELATIVE Descriptor
 

Detailed Description

Definition at line 137 of file cmdata.h.

Member Data Documentation

◆ Blink

HCELL_INDEX _CM_KEY_SECURITY::Blink

Definition at line 142 of file cmdata.h.

Referenced by CmiCreateSecurityKey(), CmpMarkKeyDirty(), and CmpRemoveSecurityCellList().

◆ Descriptor

SECURITY_DESCRIPTOR_RELATIVE _CM_KEY_SECURITY::Descriptor

Definition at line 145 of file cmdata.h.

Referenced by CmiCreateSecurityKey().

◆ DescriptorLength

ULONG _CM_KEY_SECURITY::DescriptorLength

Definition at line 144 of file cmdata.h.

Referenced by CmiCreateSecurityKey().

◆ Flink

HCELL_INDEX _CM_KEY_SECURITY::Flink

Definition at line 141 of file cmdata.h.

Referenced by CmiCreateSecurityKey(), CmpMarkKeyDirty(), and CmpRemoveSecurityCellList().

◆ ReferenceCount

ULONG _CM_KEY_SECURITY::ReferenceCount

Definition at line 143 of file cmdata.h.

Referenced by CmiCreateSecurityKey(), CmiCreateSubKey(), and CmpFreeSecurityDescriptor().

◆ Reserved

USHORT _CM_KEY_SECURITY::Reserved

Definition at line 140 of file cmdata.h.

◆ Signature

USHORT _CM_KEY_SECURITY::Signature

Definition at line 139 of file cmdata.h.

Referenced by CmiCreateSecurityKey(), and CmpFreeSecurityDescriptor().


The documentation for this struct was generated from the following file: