ReactOS 0.4.15-dev-7842-g558ab78
tagMETHODDATA Struct Reference

#include <oleauto.h>

Collaboration diagram for tagMETHODDATA:

Public Attributes

OLECHARszName
 
PARAMDATAppdata
 
DISPID dispid
 
UINT iMeth
 
CALLCONV cc
 
UINT cArgs
 
WORD wFlags
 
VARTYPE vtReturn
 

Detailed Description

Definition at line 904 of file oleauto.h.

Member Data Documentation

◆ cArgs

UINT tagMETHODDATA::cArgs

Definition at line 911 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ cc

CALLCONV tagMETHODDATA::cc

Definition at line 910 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ dispid

DISPID tagMETHODDATA::dispid

Definition at line 908 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ iMeth

UINT tagMETHODDATA::iMeth

Definition at line 909 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ ppdata

PARAMDATA* tagMETHODDATA::ppdata

Definition at line 907 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ szName

OLECHAR* tagMETHODDATA::szName

Definition at line 906 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ vtReturn

VARTYPE tagMETHODDATA::vtReturn

Definition at line 913 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().

◆ wFlags

WORD tagMETHODDATA::wFlags

Definition at line 912 of file oleauto.h.

Referenced by test_CreateDispTypeInfo().


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