struttura REAL_TIME_NOTIFICATION_SETTING_OUTPUT (mstcpip.h)
La struttura REAL_TIME_NOTIFICATION_SETTING_OUTPUT fornisce le impostazioni di output di una query per l'impostazione di trasporto REAL_TIME_NOTIFICATION_CAPABILITY per un socket TCP usato con ControlChannelTrigger per ricevere notifiche di rete in background in un'app di Windows Store.
Sintassi
typedef struct _REAL_TIME_NOTIFICATION_SETTING_OUTPUT {
CONTROL_CHANNEL_TRIGGER_STATUS ChannelStatus;
} REAL_TIME_NOTIFICATION_SETTING_OUTPUT, *PREAL_TIME_NOTIFICATION_SETTING_OUTPUT;
Members
ChannelStatus
Stato del canale per un socket usato con ControlChannelTrigger.
Commenti
La struttura REAL_TIME_NOTIFICATION_SETTING_OUTPUT è supportata in Windows 8 e Windows Server 2012 e versioni successive del sistema operativo.
Se il TRANSPORT_SETTING_ID nel parametro lpvInBuffer passato al SIO_QUERY_TRANSPORT_SETTING IOCTL ha il membro Guid impostato su REAL_TIME_NOTIFICATION_CAPABILITY, si tratta di una richiesta di eseguire una query sulle impostazioni di notifica in tempo reale per il socket TCP usato con ControlChannelTrigger per ricevere notifiche di rete in background in un'app di Windows Store. Se la chiamata WSAIoctl o LPWSPIoctl ha esito positivo, questo IOCTL restituisce una struttura REAL_TIME_NOTIFICATION_SETTING_OUTPUT con lo stato corrente.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | mstcpip.h |
Vedi anche
CONTROL_CHANNEL_TRIGGER_STATUS