CONNECTDATA Struct

Definitie

Let op

Use System.Runtime.InteropServices.ComTypes.CONNECTDATA instead. http://go.microsoft.com/fwlink/?linkid=14202

Gebruik in plaats daarvan CONNECTDATA.

public value class CONNECTDATA
[System.Runtime.InteropServices.ComVisible(false)]
public struct CONNECTDATA
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.CONNECTDATA instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct CONNECTDATA
[<System.Runtime.InteropServices.ComVisible(false)>]
type CONNECTDATA = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.CONNECTDATA instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type CONNECTDATA = struct
Public Structure CONNECTDATA
Overname
CONNECTDATA
Kenmerken

Opmerkingen

De CONNECTDATA structuur is het type dat door de UCOMIEnumConnections.Next methode is geïnventariseerd.

Zie de MSDN-bibliotheek voor meer informatie.CONNECTDATA

Velden

Name Description
dwCookie
Verouderd.

Vertegenwoordigt een verbindingstoken dat wordt geretourneerd van een aanroep naar Advise(Object, Int32).

pUnk
Verouderd.

Vertegenwoordigt een aanwijzer naar de IUnknown interface op een verbonden adviessink. De aanroeper moet deze aanwijzer aanroepen IUnknown::Release wanneer de CONNECTDATA structuur niet meer nodig is.

Van toepassing op