System.Runtime.InteropServices.ComTypes.CONNECTDATA Structure

Describes a connection that exists to a given connection point.

See Also: CONNECTDATA Members

Syntax

public struct CONNECTDATA

Remarks

The CONNECTDATA structure is the type enumerated through the IEnumConnections.Next(int, CONNECTDATA[], IntPtr) method.

For more information about CONNECTDATA, 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