DISPPARAMS (Windows CE 5.0)

Windows CE 5.0
Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.


Show: