PARAMDESC (Compact 2013)
3/26/2014
This structure is used for holding information for transferring a structure element, parameter, or function return value between processes.
Syntax
typedef struct FARSTRUCT tagPARAMDESC {
LPPARAMDESCEX pparamdescex;
USHORT wParamFlags;
} PARAMDESC;
Members
- pparamdescex
Pointer to a value that is being passed between processes.
- wParamFlags
Bitmask values that describe the structure element, parameter, or return value.
Remarks
If the PARAMFLAG_FOPT and PARAMFLAG_FHASDEFAULT bits of wParamFlags are set, the lpVarValue member contains a pointer to a VARIANT that describes the default value for this parameter.
Requirements
Header |
oaidl.h |