DISPPARAMS structure
Applies to: desktop apps | Metro style apps
Contains the arguments passed to a method or property.
Syntax
typedef struct tagDISPPARAMS {
VARIANTARG *rgvarg;
DISPID *rgdispidNamedArgs;
UINT cArgs;
UINT cNamedArgs;
} DISPPARAMS;
Members
- rgvarg
-
An array of arguments.
- rgdispidNamedArgs
-
The dispatch IDs of the named arguments.
- cArgs
-
The number of arguments.
- cNamedArgs
-
The number of named arguments.
Requirements
|
Header |
|
|---|
Send comments about this topic to Microsoft
Build date: 3/6/2012