ReactOS 0.4.15-dev-7924-g5949c20
_REPARSE_POINT Struct Reference
Collaboration diagram for _REPARSE_POINT:

Public Attributes

LIST_ENTRY ListEntry
 
PCMHIVE SourceHive
 
HCELL_INDEX SourceKeyCellOffset
 
PCMHIVE DestinationHive
 
HCELL_INDEX DestinationKeyCellOffset
 

Detailed Description

Definition at line 35 of file registry.c.

Member Data Documentation

◆ DestinationHive

PCMHIVE _REPARSE_POINT::DestinationHive

Definition at line 40 of file registry.c.

Referenced by ConnectRegistry(), CreateSymLink(), and RegpCreateOrOpenKey().

◆ DestinationKeyCellOffset

HCELL_INDEX _REPARSE_POINT::DestinationKeyCellOffset

Definition at line 41 of file registry.c.

Referenced by ConnectRegistry(), CreateSymLink(), and RegpCreateOrOpenKey().

◆ ListEntry

LIST_ENTRY _REPARSE_POINT::ListEntry

Definition at line 37 of file registry.c.

Referenced by ConnectRegistry(), and CreateSymLink().

◆ SourceHive

PCMHIVE _REPARSE_POINT::SourceHive

Definition at line 38 of file registry.c.

Referenced by ConnectRegistry(), CreateSymLink(), and RegpCreateOrOpenKey().

◆ SourceKeyCellOffset

HCELL_INDEX _REPARSE_POINT::SourceKeyCellOffset

Definition at line 39 of file registry.c.

Referenced by ConnectRegistry(), CreateSymLink(), and RegpCreateOrOpenKey().


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