PARAMDESC structure (oaidl.h)
Contains information needed for transferring a structure element, parameter, or function return value between processes.
Syntax
typedef struct tagPARAMDESC {
LPPARAMDESCEX pparamdescex;
USHORT wParamFlags;
} PARAMDESC, *LPPARAMDESC;
Members
pparamdescex
The default value for the parameter, if PARAMFLAG_FHASDEFAULT is specified in wParamFlags.
wParamFlags
The parameter flags. See PARAMFLAG Constants.
Requirements
Requirement | Value |
---|---|
Header | oaidl.h |