enumeración RPC_NOTIFICATIONS (rpcasync.h)
La enumeración RPC_NOTIFICATIONS especifica las notificaciones que un servidor puede recibir de RPC.
Syntax
typedef enum _RPC_NOTIFICATIONS {
RpcNotificationCallNone = 0,
RpcNotificationClientDisconnect = 1,
RpcNotificationCallCancel = 2
} RPC_NOTIFICATIONS;
Constantes
RpcNotificationCallNone Valor: 0 No envíe una notificación. Windows Vista: Actualmente, este valor no se admite para RpcServerSubscribeForNotification y RpcServerUnsubscribeForNotification. |
RpcNotificationClientDisconnect Valor: 1 El cliente se ha desconectado. |
RpcNotificationCallCancel Valor: 2 Se ha cancelado la llamada RPC. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Vista, Windows XP con SP2 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008, Windows Server 2003 con SP1 [solo aplicaciones de escritorio] |
Encabezado | rpcasync.h (incluir Rpc.h) |