ReactOS 0.4.17-dev-357-ga8f14ff
_function_info Struct Reference
Collaboration diagram for _function_info:

Public Attributes

MEMBERID memid
 
FUNCKIND funckind
 
INVOKEKIND invkind
 
CALLCONV callconv
 
short cParams
 
short cParamsOpt
 
short vtbl_index
 
short cScodes
 
WORD wFuncFlags
 
element_info ret_type
 
DWORD cCustData
 
custdata_info custdata [5]
 
element_info params [15]
 
LPCSTR names [15]
 

Detailed Description

Definition at line 4803 of file typelib.c.

Member Data Documentation

◆ callconv

CALLCONV _function_info::callconv

Definition at line 4808 of file typelib.c.

Referenced by test_dump_typelib().

◆ cCustData

DWORD _function_info::cCustData

Definition at line 4815 of file typelib.c.

Referenced by test_dump_typelib().

◆ cParams

short _function_info::cParams

Definition at line 4809 of file typelib.c.

Referenced by test_dump_typelib().

◆ cParamsOpt

short _function_info::cParamsOpt

Definition at line 4810 of file typelib.c.

Referenced by test_dump_typelib().

◆ cScodes

short _function_info::cScodes

Definition at line 4812 of file typelib.c.

Referenced by test_dump_typelib().

◆ custdata

custdata_info _function_info::custdata[5]

Definition at line 4816 of file typelib.c.

Referenced by test_dump_typelib().

◆ funckind

FUNCKIND _function_info::funckind

Definition at line 4806 of file typelib.c.

Referenced by test_dump_typelib().

◆ invkind

INVOKEKIND _function_info::invkind

Definition at line 4807 of file typelib.c.

Referenced by test_dump_typelib().

◆ memid

MEMBERID _function_info::memid

Definition at line 4805 of file typelib.c.

Referenced by test_dump_typelib().

◆ names

LPCSTR _function_info::names[15]

Definition at line 4818 of file typelib.c.

Referenced by test_dump_typelib().

◆ params

element_info _function_info::params[15]

Definition at line 4817 of file typelib.c.

Referenced by test_dump_typelib().

◆ ret_type

element_info _function_info::ret_type

Definition at line 4814 of file typelib.c.

Referenced by test_dump_typelib().

◆ vtbl_index

short _function_info::vtbl_index

Definition at line 4811 of file typelib.c.

Referenced by test_dump_typelib().

◆ wFuncFlags

WORD _function_info::wFuncFlags

Definition at line 4813 of file typelib.c.

Referenced by test_dump_typelib().


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