PARAMDESCEX structure
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
|
Header |
|
|---|
Show: