Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Note: these arguments appear in reverse order
rgdispidNamedArgs
The dispatch IDs of the named arguments.
cArgs
The number of arguments.
cNamedArgs
The number of named arguments.
Requirements
Requirement | Value |
---|---|
Header | oaidl.h |