CONNECTDATA Struktura

Definicja

Przestroga

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

Zamiast tego użyj polecenia cmdlet 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
Dziedziczenie
CONNECTDATA
Atrybuty

Uwagi

Struktura CONNECTDATA jest typem wyliczonym UCOMIEnumConnections.Next za pomocą metody .

Aby uzyskać więcej informacji na temat CONNECTDATAprogramu , zobacz bibliotekę MSDN.

Pola

dwCookie
Przestarzałe.

Reprezentuje token połączenia, który jest zwracany z wywołania do Advise(Object, Int32).

pUnk
Przestarzałe.

Reprezentuje wskaźnik do interfejsu IUnknown w połączonym ujściu porad. Obiekt wywołujący musi wywołać IUnknown::Release ten wskaźnik, gdy CONNECTDATA struktura nie jest już potrzebna.

Dotyczy