0 out of 6 rated this helpful - Rate this topic

DISPPARAMS structure

Applies to: desktop apps | Metro style apps

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

OaIdl.h

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ