DISPPARAMS structure
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 |
|
|---|
Show: