Condividi tramite


enumerazione RPC_NOTIFICATIONS (rpcasync.h)

L'enumerazione RPC_NOTIFICATIONS specifica le notifiche che un server può ricevere da RPC.

Sintassi

typedef enum _RPC_NOTIFICATIONS {
  RpcNotificationCallNone = 0,
  RpcNotificationClientDisconnect = 1,
  RpcNotificationCallCancel = 2
} RPC_NOTIFICATIONS;

Costanti

 
RpcNotificationCallNone
Valore: 0
Non inviare una notifica.

Windows Vista: Attualmente, questo valore non è supportato per RpcServerSubscribeForNotification e RpcServerUnsubscribeForNotification.
RpcNotificationClientDisconnect
Valore: 1
Il client è disconnesso.
RpcNotificationCallCancel
Valore: 2
La chiamata RPC è stata annullata.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Windows Server 2008, Windows Server 2003 con SP1 [solo app desktop]
Intestazione rpcasync.h (include Rpc.h)

Vedi anche

RpcServerSubscribeForNotification

RpcServerUnsubscribeForNotification