METHODDATA structure
Applies to: desktop apps only
Describes a method or property.
Syntax
typedef struct tagMETHODDATA {
OLECHAR *szName;
PARAMDATA *ppdata;
DISPID dispid;
UINT iMeth;
CALLCONV cc;
UINT cArgs;
WORD wFlags;
VARTYPE vtRturn;
} METHODDATA, *LPMETHODDATA;
Members
- szName
-
The method name.
- ppdata
-
An array of method parameters.
- dispid
-
The ID of the method, as used in IDispatch.
- iMeth
-
The index of the method in the VTBL of the interface, starting with 0.
- cc
-
The calling convention. The CDECL and Pascal calling conventions are supported by the dispatch interface creation functions, such as CreateStdDispatch.
- cArgs
-
The number of arguments.
- wFlags
-
Invoke flags.
- vtRturn
-
The return type for the method.
Requirements
|
Header |
|
|---|
Send comments about this topic to Microsoft
Build date: 3/6/2012