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.
This structure is used by IDispatch::Invoke to contain the arguments passed to a method or property.
typedef struct FARSTRUCT tagDISPPARAMS {VARIANTARG FAR* rgvarg;DISPID FAR* rgdispidNamedArgs;unsigned int cArgs;unsigned int cNamedArgs;} DISPPARAMS;
Members
- rgvarg
Array of arguments. - rgdispidNamedArgs
Dispatch identifiers of named arguments. - cArgs
Number of arguments. - cNamedArgs
Number of named arguments.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Oleauto.h.
See Also
Automation Structures | IDispatch::Invoke
Send Feedback on this topic to the authors