Edit

Share via


PARAMDESCEX structure (oaidl.h)

Contains information about the default value of a parameter.

Syntax

typedef struct tagPARAMDESCEX {
  ULONG      cBytes;
  VARIANTARG varDefaultValue;
} PARAMDESCEX, *LPPARAMDESCEX;

Members

cBytes

The size of the structure.

varDefaultValue

The default value of the parameter.

Requirements

Requirement Value
Header oaidl.h