Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RPC_NOTIFICATIONS enumeration specifies the notifications a server can receive from RPC.
Syntax
typedef enum _RPC_NOTIFICATIONS {
  RpcNotificationCallNone = 0,
  RpcNotificationClientDisconnect = 1,
  RpcNotificationCallCancel = 2
} RPC_NOTIFICATIONS;
Constants
RpcNotificationCallNoneValue: 0 Do not send a notification. Windows Vista: Currently, this value is not supported for RpcServerSubscribeForNotification and RpcServerUnsubscribeForNotification.  | 
RpcNotificationClientDisconnectValue: 1 The client has disconnected.  | 
RpcNotificationCallCancelValue: 2 The RPC call has been canceled.  | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] | 
| Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] | 
| Header | rpcasync.h (include Rpc.h) |