DISPPARAMS structure (oaidl.h)

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