Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |