ReactOS 0.4.15-dev-7942-gd23573b
_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
 
element_info params [15]
 
LPCSTR names [15]
 

Detailed Description

Definition at line 4235 of file typelib.c.

Member Data Documentation

◆ callconv

CALLCONV _function_info::callconv

Definition at line 4240 of file typelib.c.

Referenced by test_dump_typelib().

◆ cParams

short _function_info::cParams

Definition at line 4241 of file typelib.c.

Referenced by test_dump_typelib().

◆ cParamsOpt

short _function_info::cParamsOpt

Definition at line 4242 of file typelib.c.

Referenced by test_dump_typelib().

◆ cScodes

short _function_info::cScodes

Definition at line 4244 of file typelib.c.

Referenced by test_dump_typelib().

◆ funckind

FUNCKIND _function_info::funckind

Definition at line 4238 of file typelib.c.

Referenced by test_dump_typelib().

◆ invkind

INVOKEKIND _function_info::invkind

Definition at line 4239 of file typelib.c.

Referenced by test_dump_typelib().

◆ memid

MEMBERID _function_info::memid

Definition at line 4237 of file typelib.c.

Referenced by test_dump_typelib().

◆ names

LPCSTR _function_info::names[15]

Definition at line 4248 of file typelib.c.

Referenced by test_dump_typelib().

◆ params

element_info _function_info::params[15]

Definition at line 4247 of file typelib.c.

Referenced by test_dump_typelib().

◆ ret_type

element_info _function_info::ret_type

Definition at line 4246 of file typelib.c.

Referenced by test_dump_typelib().

◆ vtbl_index

short _function_info::vtbl_index

Definition at line 4243 of file typelib.c.

Referenced by test_dump_typelib().

◆ wFuncFlags

WORD _function_info::wFuncFlags

Definition at line 4245 of file typelib.c.

Referenced by test_dump_typelib().


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