STATDATA Struktur
Definition
Stellt die verwaltete Definition der STATDATA
-Struktur bereit.Provides the managed definition of the STATDATA
structure.
public value class STATDATA
public struct STATDATA
type STATDATA = struct
Public Structure STATDATA
- Vererbung
Hinweise
Die STATDATA -Struktur ist die Datenstruktur, die zum Angeben der einzelnen Beratungs Verbindungen verwendet wird.The STATDATA structure is the data structure used to specify each advisory connection. Sie wird zum Auflisten aktueller beratender Verbindungen verwendet.It is used for enumerating current advisory connections.
Weitere Informationen STATDATA
zur Struktur finden Sie in der MSDN Library.For more information about the STATDATA
structure, see the MSDN Library.
Der Common Language Runtime löst eine Ausnahme aus, wenn eine com-Methode in nativem Code ein HRESULT zurückgibt.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Weitere Informationen finden Sie unter How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Felder
advf |
Stellt den ADVF-Enumerationswert dar, der bestimmt, wann die Advise-Senke über Änderungen an den Daten benachrichtigt wird.Represents the ADVF enumeration value that determines when the advisory sink is notified of changes in the data. |
advSink |
Stellt die IAdviseSink-Schnittstelle dar, die Änderungsbenachrichtigungen empfängt.Represents the IAdviseSink interface that will receive change notifications. |
connection |
Stellt das Token dar, das die Advise-Verbindung eindeutig identifiziert.Represents the token that uniquely identifies the advisory connection. Dieses Token wird von der Methode zurückgegeben, die die Advise-Verbindung herstellt.This token is returned by the method that sets up the advisory connection. |
formatetc |
Stellt die FORMATETC-Struktur für die Daten dar, die die Advise-Senke benötigt.Represents the FORMATETC structure for the data of interest to the advise sink. Die Advise-Senke empfängt Benachrichtigung über Änderungen an den von dieser FORMATETC-Struktur angegebenen Daten.The advise sink receives notification of changes to the data specified by this FORMATETC structure. |