ReactOS 0.4.15-dev-7788-g1ad9096
_CM_PARSE_CONTEXT Struct Reference

#include <cm.h>

Collaboration diagram for _CM_PARSE_CONTEXT:

Public Attributes

ULONG TitleIndex
 
UNICODE_STRING Class
 
ULONG CreateOptions
 
ULONG Disposition
 
CM_KEY_REFERENCE ChildHive
 
HANDLE PredefinedHandle
 
BOOLEAN CreateLink
 
BOOLEAN CreateOperation
 
PCMHIVE OriginatingPoint
 

Detailed Description

Definition at line 432 of file cm.h.

Member Data Documentation

◆ ChildHive

CM_KEY_REFERENCE _CM_PARSE_CONTEXT::ChildHive

Definition at line 438 of file cm.h.

Referenced by CmpLinkHiveToMaster().

◆ Class

UNICODE_STRING _CM_PARSE_CONTEXT::Class

Definition at line 435 of file cm.h.

Referenced by NtCreateKey().

◆ CreateLink

BOOLEAN _CM_PARSE_CONTEXT::CreateLink

Definition at line 440 of file cm.h.

Referenced by CmpLinkHiveToMaster(), and CmpParseKey().

◆ CreateOperation

BOOLEAN _CM_PARSE_CONTEXT::CreateOperation

Definition at line 441 of file cm.h.

Referenced by CmLoadKey(), CmpLinkHiveToMaster(), CmpParseKey(), NtCreateKey(), and NtUnloadKey2().

◆ CreateOptions

ULONG _CM_PARSE_CONTEXT::CreateOptions

Definition at line 436 of file cm.h.

Referenced by NtCreateKey(), and NtUnloadKey2().

◆ Disposition

ULONG _CM_PARSE_CONTEXT::Disposition

Definition at line 437 of file cm.h.

Referenced by CmpParseKey(), and NtCreateKey().

◆ OriginatingPoint

PCMHIVE _CM_PARSE_CONTEXT::OriginatingPoint

Definition at line 442 of file cm.h.

◆ PredefinedHandle

HANDLE _CM_PARSE_CONTEXT::PredefinedHandle

Definition at line 439 of file cm.h.

◆ TitleIndex

ULONG _CM_PARSE_CONTEXT::TitleIndex

Definition at line 434 of file cm.h.


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