Share via


struttura REAL_TIME_NOTIFICATION_SETTING_INPUT (mstcpip.h)

La struttura REAL_TIME_NOTIFICATION_SETTING_INPUT fornisce le impostazioni di input da applicare 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_INPUT {
  TRANSPORT_SETTING_ID TransportSettingId;
  GUID                 BrokerEventGuid;
} REAL_TIME_NOTIFICATION_SETTING_INPUT, *PREAL_TIME_NOTIFICATION_SETTING_INPUT;

Members

TransportSettingId

ID dell'impostazione di trasporto.

BrokerEventGuid

GUID dell'evento del broker di notifica in tempo reale per questo ID di trasporto.

Commenti

La struttura REAL_TIME_NOTIFICATION_SETTING_INPUT è 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_APPLY_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. Il parametro lpvInBuffer deve puntare a una struttura REAL_TIME_NOTIFICATION_SETTING_INPUT utilizzata come input per il SIO_APPLY_TRANSPORT_SETTING IOCTL per applicare l'impostazione di trasporto.

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

ControlChannelTrigger

REAL_TIME_NOTIFICATION_SETTING_OUTPUT

SIO_APPLY_TRANSPORT_SETTING

SIO_QUERY_TRANSPORT_SETTING

TRANSPORT_SETTING_ID