Share via


PARAMDESC

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

Automation Structures

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.