ReactOS 0.4.15-dev-8052-gc0e3179
_DELAYLOAD_PROC_DESCRIPTOR Struct Reference

#include <delayloadhandler.h>

Public Attributes

ULONG ImportDescribedByName
 
union {
   LPCSTR   Name
 
   ULONG   Ordinal
 
Description
 

Detailed Description

Definition at line 28 of file delayloadhandler.h.

Member Data Documentation

◆ 

union { ... } _DELAYLOAD_PROC_DESCRIPTOR::Description

Referenced by failuredllhook().

◆ ImportDescribedByName

ULONG _DELAYLOAD_PROC_DESCRIPTOR::ImportDescribedByName

Definition at line 30 of file delayloadhandler.h.

Referenced by failuredllhook().

◆ Name

LPCSTR _DELAYLOAD_PROC_DESCRIPTOR::Name

Definition at line 32 of file delayloadhandler.h.

◆ Ordinal

ULONG _DELAYLOAD_PROC_DESCRIPTOR::Ordinal

Definition at line 33 of file delayloadhandler.h.

Referenced by failuredllhook().


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