System.Runtime.InteropServices.ComTypes.PARAMDESC Structure

Contains information about how to transfer a structure element, parameter, or function return value between processes.

See Also: PARAMDESC Members

Syntax

public struct PARAMDESC

Remarks

For additional information about PARAMDESC, see the MSDN Library.

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.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0