2.2.39 PARAMDESCEX

The PARAMDESCEX structure is used in a PARAMDESC (section 2.2.40) structure to specify information about the default value of a parameter.

 typedef struct tagPARAMDESCEX {
   ULONG cBytes;
   VARIANT varDefaultValue;
 } PARAMDESCEX;

cBytes: MUST be set to an implementation-specific value.<20>

varDefaultValue: MUST contain a VARIANT that specifies the default value of the parameter.