CONNECTDATA Estrutura

Definição

Cuidado

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

Use CONNECTDATA em seu 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
Herança
CONNECTDATA
Atributos

Comentários

A CONNECTDATA estrutura é o tipo enumerado por meio do UCOMIEnumConnections.Next método.

Para obter mais informações sobre CONNECTDATA, consulte a Biblioteca MSDN.

Campos

dwCookie

Representa um token de conexão que é retornado de uma chamada para Advise(Object, Int32).

pUnk

Representa um ponteiro para a interface IUnknown em um coletor de consultoria conectado. O chamador deve chamar IUnknown::Release nesse ponteiro quando a estrutura CONNECTDATA não é mais necessária.

Aplica-se a