RPC_NOTIFICATIONS enumeration
The RPC_NOTIFICATIONS enumeration specifies the notifications a server can receive from RPC.
Syntax
typedef enum { RpcNotificationCallNone = 0, RpcNotificationClientDisconnect = 1, RpcNotificationCallCancel = 2 } RPC_NOTIFICATIONS;
Constants
- RpcNotificationCallNone
-
Do not send a notification.
Windows Vista: Currently, this value is not supported for RpcServerSubscribeForNotification and RpcServerUnsubscribeForNotification.
- RpcNotificationClientDisconnect
-
The client has disconnected.
- RpcNotificationCallCancel
-
The RPC call has been canceled.
Requirements
|
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 |
|
See also