CONNECTDATA Struct

Definizione

Attenzione

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

In alternativa, utilizzare 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
Ereditarietà
CONNECTDATA
Attributi

Commenti

La CONNECTDATA struttura è il tipo enumerato tramite il metodo UCOMIEnumConnections.Next .

Per altre informazioni su CONNECTDATA , vedere MSDN Library.

Campi

dwCookie

Rappresenta un token di connessione restituito da una chiamata a Advise(Object, Int32).

pUnk

Rappresenta un puntatore all'interfaccia IUnknown su un sink consultivo connesso. Il chiamante deve chiamare IUnknown::Release su questo puntatore quando la struttura CONNECTDATA non è più necessaria.

Si applica a