PARAMDESC
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |