ReactOS 0.4.16-dev-983-g23ad936
|
#include <winnt_old.h>
Public Attributes | |
union { | |
DWORD AllAttributes | |
struct { | |
DWORD RvaBased:1 | |
DWORD ReservedAttributes:31 | |
} | |
} | Attributes |
DWORD | DllNameRVA |
DWORD | ModuleHandleRVA |
DWORD | ImportAddressTableRVA |
DWORD | ImportNameTableRVA |
DWORD | BoundImportAddressTableRVA |
DWORD | UnloadInformationTableRVA |
DWORD | TimeDateStamp |
Definition at line 3480 of file winnt_old.h.
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::AllAttributes |
Definition at line 3482 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
union { ... } _IMAGE_DELAYLOAD_DESCRIPTOR::Attributes |
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::BoundImportAddressTableRVA |
Definition at line 3492 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::DllNameRVA |
Definition at line 3488 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ImportAddressTableRVA |
Definition at line 3490 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ImportNameTableRVA |
Definition at line 3491 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ModuleHandleRVA |
Definition at line 3489 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ReservedAttributes |
Definition at line 3485 of file winnt_old.h.
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::RvaBased |
Definition at line 3484 of file winnt_old.h.
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::TimeDateStamp |
Definition at line 3494 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().
DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::UnloadInformationTableRVA |
Definition at line 3493 of file winnt_old.h.
Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().