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.
This structure is used for holding information for transferring a structure element, parameter, or function return value between processes.
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
OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h.
See Also
Send Feedback on this topic to the authors