|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winternl.h>

Public Attributes | |
| SINGLE_LIST_ENTRY | dependency_to_entry |
| struct _LDR_DDAG_NODE * | dependency_to |
| SINGLE_LIST_ENTRY | dependency_from_entry |
| struct _LDR_DDAG_NODE * | dependency_from |
Definition at line 3900 of file winternl.h.
| struct _LDR_DDAG_NODE* _LDR_DEPENDENCY::dependency_from |
Definition at line 3905 of file winternl.h.
| SINGLE_LIST_ENTRY _LDR_DEPENDENCY::dependency_from_entry |
Definition at line 3904 of file winternl.h.
| struct _LDR_DDAG_NODE* _LDR_DEPENDENCY::dependency_to |
Definition at line 3903 of file winternl.h.
| SINGLE_LIST_ENTRY _LDR_DEPENDENCY::dependency_to_entry |
Definition at line 3902 of file winternl.h.