IDLDESC Struct

Definition

Contains information needed for transferring a structure element, parameter, or function return value between processes.

public value class IDLDESC
public struct IDLDESC
type IDLDESC = struct
Public Structure IDLDESC
Inheritance
IDLDESC

Remarks

For additional information, see IDLDESC structure.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Fields

dwReserved

Reserved; set to null.

wIDLFlags

Indicates an IDLFLAG value describing the type.

Applies to