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.
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 |