ReactOS 0.4.15-dev-7906-g1b85a5f
_IMAGE_DELAYLOAD_DESCRIPTOR Struct Reference

#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
 

Detailed Description

Definition at line 3443 of file winnt_old.h.

Member Data Documentation

◆ AllAttributes

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::AllAttributes

Definition at line 3445 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ 

union { ... } _IMAGE_DELAYLOAD_DESCRIPTOR::Attributes

◆ BoundImportAddressTableRVA

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::BoundImportAddressTableRVA

Definition at line 3455 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ DllNameRVA

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::DllNameRVA

Definition at line 3451 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ ImportAddressTableRVA

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ImportAddressTableRVA

Definition at line 3453 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ ImportNameTableRVA

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ImportNameTableRVA

Definition at line 3454 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ ModuleHandleRVA

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ModuleHandleRVA

Definition at line 3452 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ ReservedAttributes

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::ReservedAttributes

Definition at line 3448 of file winnt_old.h.

◆ RvaBased

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::RvaBased

Definition at line 3447 of file winnt_old.h.

◆ TimeDateStamp

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::TimeDateStamp

Definition at line 3457 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().

◆ UnloadInformationTableRVA

DWORD _IMAGE_DELAYLOAD_DESCRIPTOR::UnloadInformationTableRVA

Definition at line 3456 of file winnt_old.h.

Referenced by failuredllhook(), and test_ResolveDelayLoadedAPI().


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