Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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 wParamFlagsare set, the lpVarValuemember 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 |