CONNECTDATA Estrutura

Definição

Atenção

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

Utilize CONNECTDATA em substituição.

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

Observações

A CONNECTDATA estrutura é o tipo enumerado através do UCOMIEnumConnections.Next método.

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

Campos

Name Description
dwCookie
Obsoleto.

Representa um token de ligação que é devolvido de uma chamada para Advise(Object, Int32).

pUnk
Obsoleto.

Representa um ponteiro para a IUnknown interface num sumidouro de aviso ligado. O chamador deve chamar IUnknown::Release este ponteiro quando a CONNECTDATA estrutura deixa de ser necessária.

Aplica-se a