Freigeben über


_WTS_PROTOCOL_STATUS-Struktur (wtsdefs.h)

Enthält Informationen zum status des Protokolls.

Syntax

typedef struct _WTS_PROTOCOL_STATUS {
  WTS_PROTOCOL_COUNTERS Output;
  WTS_PROTOCOL_COUNTERS Input;
  WTS_CACHE_STATS       Cache;
  ULONG                 AsyncSignal;
  ULONG                 AsyncSignalMask;
  LARGE_INTEGER         Counters[WTS_MAX_COUNTERS];
} _WTS_PROTOCOL_STATUS, WTS_PROTOCOL_STATUS, *PWTS_PROTOCOL_STATUS, _WRDS_PROTOCOL_STATUS;

Member

Output

Eine WTS_PROTOCOL_COUNTERS-Struktur , die die Ausgabeprotokollindikatoren enthält.

Input

Eine WTS_PROTOCOL_COUNTERS-Struktur , die die Eingabeprotokollindikatoren enthält.

Cache

Eine WTS_CACHE_STATS-Struktur , die Protokollcachestatistiken enthält.

AsyncSignal

Eine ganze Zahl, die ein asynchrones Signal für asynchrone Protokolle identifiziert.

AsyncSignalMask

Eine asynchrone Signalmaske.

Counters[WTS_MAX_COUNTERS]

Ein Array mit bis zu 100 Leistungsindikatoren.

Hinweise

Diese Struktur wird von der GetProtocolStatus-Methode verwendet.

Anforderungen

   
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2008 R2
Kopfzeile wtsdefs.h (include Wtsprotocol.h)