estructura de REAL_TIME_NOTIFICATION_SETTING_OUTPUT (mstcpip.h)
La estructura REAL_TIME_NOTIFICATION_SETTING_OUTPUT proporciona la configuración de salida de una consulta para la configuración de transporte de REAL_TIME_NOTIFICATION_CAPABILITY para un socket TCP que se usa con ControlChannelTrigger para recibir notificaciones de red en segundo plano en una aplicación de la Tienda Windows.
Sintaxis
typedef struct _REAL_TIME_NOTIFICATION_SETTING_OUTPUT {
CONTROL_CHANNEL_TRIGGER_STATUS ChannelStatus;
} REAL_TIME_NOTIFICATION_SETTING_OUTPUT, *PREAL_TIME_NOTIFICATION_SETTING_OUTPUT;
Miembros
ChannelStatus
Estado del canal de un socket que se usa con ControlChannelTrigger.
Comentarios
La estructura de REAL_TIME_NOTIFICATION_SETTING_OUTPUT se admite en Windows 8 y Windows Server 2012 y versiones posteriores del sistema operativo.
Si el TRANSPORT_SETTING_ID del parámetro lpvInBuffer pasado al SIO_QUERY_TRANSPORT_SETTING IOCTL tiene el miembro Guid establecido en REAL_TIME_NOTIFICATION_CAPABILITY, se trata de una solicitud para consultar la configuración de notificación en tiempo real del socket TCP usado con ControlChannelTrigger para recibir notificaciones de red en segundo plano en una aplicación de la Tienda Windows. Si la llamada WSAIoctl o LPWSPIoctl se realiza correctamente, este IOCTL devuelve una estructura de REAL_TIME_NOTIFICATION_SETTING_OUTPUT con el estado actual.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 [solo aplicaciones de escritorio] |
Encabezado | mstcpip.h |
Consulte también
CONTROL_CHANNEL_TRIGGER_STATUS