CONNECTDATA Estructura

Definición

Precaución

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

Utilice CONNECTDATA en su lugar.

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
Herencia
CONNECTDATA
Atributos

Comentarios

La CONNECTDATA estructura es el tipo enumerado a través del método UCOMIEnumConnections.Next .

Para obtener más información sobre CONNECTDATA , vea MSDN Library.

Campos

dwCookie

Representa un símbolo (token) de conexión que se devuelve desde una llamada a Advise(Object, Int32).

pUnk

Representa un puntero a la interfaz IUnknown en un receptor de consulta conectado. El llamador debe llamar a IUnknown::Release en este puntero cuando la estructura CONNECTDATA deja de ser necesaria.

Se aplica a