ReactOS 0.4.15-dev-7958-gcd0bb1a
_CM_NAME_CONTROL_BLOCK Struct Reference

#include <cm.h>

Collaboration diagram for _CM_NAME_CONTROL_BLOCK:

Public Attributes

BOOLEAN Compressed
 
USHORT RefCount
 
union {
   CM_NAME_HASH   NameHash
 
   struct {
      ULONG   ConvKey
 
      PCM_KEY_HASH   NextHash
 
      USHORT   NameLength
 
      WCHAR   Name [ANYSIZE_ARRAY]
 
   } 
 
}; 
 

Detailed Description

Definition at line 246 of file cm.h.

Member Data Documentation

◆ 

union { ... } _CM_NAME_CONTROL_BLOCK::@1749

◆ Compressed

BOOLEAN _CM_NAME_CONTROL_BLOCK::Compressed

◆ ConvKey

ULONG _CM_NAME_CONTROL_BLOCK::ConvKey

Definition at line 255 of file cm.h.

Referenced by CmpGetNameControlBlock().

◆ Name

WCHAR _CM_NAME_CONTROL_BLOCK::Name[ANYSIZE_ARRAY]

◆ NameHash

CM_NAME_HASH _CM_NAME_CONTROL_BLOCK::NameHash

Definition at line 252 of file cm.h.

Referenced by CmpGetNameControlBlock().

◆ NameLength

USHORT _CM_NAME_CONTROL_BLOCK::NameLength

◆ NextHash

PCM_KEY_HASH _CM_NAME_CONTROL_BLOCK::NextHash

Definition at line 256 of file cm.h.

◆ RefCount

USHORT _CM_NAME_CONTROL_BLOCK::RefCount

Definition at line 249 of file cm.h.

Referenced by CmpGetNameControlBlock().


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