ReactOS 0.4.16-dev-1946-g52006dd
_LDR_DDAG_NODE Struct Reference

#include <winternl.h>

Collaboration diagram for _LDR_DDAG_NODE:

Public Attributes

LIST_ENTRY Modules
 
LDR_SERVICE_TAG_RECORDServiceTagList
 
LONG LoadCount
 
ULONG LoadWhileUnloadingCount
 
ULONG LowestLink
 
LDRP_CSLIST Dependencies
 
LDRP_CSLIST IncomingDependencies
 
LDR_DDAG_STATE State
 
SINGLE_LIST_ENTRY CondenseLink
 
ULONG PreorderNumber
 

Detailed Description

Definition at line 3927 of file winternl.h.

Member Data Documentation

◆ CondenseLink

SINGLE_LIST_ENTRY _LDR_DDAG_NODE::CondenseLink

Definition at line 3937 of file winternl.h.

◆ Dependencies

LDRP_CSLIST _LDR_DDAG_NODE::Dependencies

Definition at line 3934 of file winternl.h.

◆ IncomingDependencies

LDRP_CSLIST _LDR_DDAG_NODE::IncomingDependencies

Definition at line 3935 of file winternl.h.

◆ LoadCount

LONG _LDR_DDAG_NODE::LoadCount

Definition at line 3931 of file winternl.h.

◆ LoadWhileUnloadingCount

ULONG _LDR_DDAG_NODE::LoadWhileUnloadingCount

Definition at line 3932 of file winternl.h.

◆ LowestLink

ULONG _LDR_DDAG_NODE::LowestLink

Definition at line 3933 of file winternl.h.

◆ Modules

LIST_ENTRY _LDR_DDAG_NODE::Modules

Definition at line 3929 of file winternl.h.

◆ PreorderNumber

ULONG _LDR_DDAG_NODE::PreorderNumber

Definition at line 3938 of file winternl.h.

◆ ServiceTagList

LDR_SERVICE_TAG_RECORD* _LDR_DDAG_NODE::ServiceTagList

Definition at line 3930 of file winternl.h.

◆ State

LDR_DDAG_STATE _LDR_DDAG_NODE::State

Definition at line 3936 of file winternl.h.


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