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 UCOMIEnumConnections.Next método .

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

Campos

Nombre Description
dwCookie
Obsoletos.

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

pUnk
Obsoletos.

Representa un puntero a la IUnknown interfaz en un receptor de aviso conectado. El autor de la llamada debe llamar a IUnknown::Release en este puntero cuando la CONNECTDATA estructura ya no sea necesaria.

Se aplica a