ReactOS 0.4.15-dev-7994-gb388cb6
_EXPORT Struct Reference
Collaboration diagram for _EXPORT:

Public Attributes

PSTR pszName
 
PSTR pszSymbol
 
PSTR pszForwarder
 
ULONG ulRva
 
DWORD dwCallingConvention
 
ULONG fForwarder: 1
 
ULONG fNoName: 1
 
ULONG fData: 1
 
ULONG cParameters
 
PARAM_TYPES aeParameters [MAX_PARAMETERS]
 

Detailed Description

Definition at line 89 of file createspec.c.

Member Data Documentation

◆ aeParameters

PARAM_TYPES _EXPORT::aeParameters[MAX_PARAMETERS]

Definition at line 100 of file createspec.c.

Referenced by CreateSpecFile(), and EnumParametersCallback().

◆ cParameters

ULONG _EXPORT::cParameters

Definition at line 99 of file createspec.c.

Referenced by CreateSpecFile(), and EnumParametersCallback().

◆ dwCallingConvention

DWORD _EXPORT::dwCallingConvention

Definition at line 95 of file createspec.c.

Referenced by ParseImageSymbols().

◆ fData

ULONG _EXPORT::fData

Definition at line 98 of file createspec.c.

Referenced by CreateSpecFile(), and ParseImageSymbols().

◆ fForwarder

ULONG _EXPORT::fForwarder

Definition at line 96 of file createspec.c.

◆ fNoName

ULONG _EXPORT::fNoName

Definition at line 97 of file createspec.c.

◆ pszForwarder

PSTR _EXPORT::pszForwarder

Definition at line 93 of file createspec.c.

Referenced by CreateSpecFile(), GetExportsFromFile(), and ParseImageSymbols().

◆ pszName

PSTR _EXPORT::pszName

Definition at line 91 of file createspec.c.

Referenced by CreateSpecFile(), and GetExportsFromFile().

◆ pszSymbol

PSTR _EXPORT::pszSymbol

Definition at line 92 of file createspec.c.

Referenced by CreateSpecFile(), and ParseImageSymbols().

◆ ulRva

ULONG _EXPORT::ulRva

Definition at line 94 of file createspec.c.

Referenced by GetExportsFromFile(), and ParseImageSymbols().


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