_WTS_PROTOCOL_STATUS struttura (wtsdefs.h)
Contiene informazioni sullo stato del protocollo.
Sintassi
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;
Members
Output
Struttura WTS_PROTOCOL_COUNTERS che contiene i contatori del protocollo di output.
Input
Struttura WTS_PROTOCOL_COUNTERS che contiene i contatori del protocollo di input.
Cache
Struttura WTS_CACHE_STATS contenente le statistiche della cache del protocollo.
AsyncSignal
Intero che identifica un segnale asincrono per i protocolli asincroni.
AsyncSignalMask
Maschera di segnale asincrona.
Counters[WTS_MAX_COUNTERS]
Matrice di fino a 100 contatori.
Commenti
Questa struttura viene usata dal metodo GetProtocolStatus .
Requisiti
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 |
Intestazione | wtsdefs.h (includere Wtsprotocol.h) |