RPC_NOTIFICATIONS-Enumeration (rpcasync.h)
Die RPC_NOTIFICATIONS-Enumeration gibt die Benachrichtigungen an, die ein Server von RPC empfangen kann.
Syntax
typedef enum _RPC_NOTIFICATIONS {
RpcNotificationCallNone = 0,
RpcNotificationClientDisconnect = 1,
RpcNotificationCallCancel = 2
} RPC_NOTIFICATIONS;
Konstanten
RpcNotificationCallNone Wert: 0 Senden Sie keine Benachrichtigung. Windows Vista: Derzeit wird dieser Wert für RpcServerSubscribeForNotification und RpcServerUnsubscribeForNotification nicht unterstützt. |
RpcNotificationClientDisconnect Wert: 1 Der Client wurde getrennt. |
RpcNotificationCallCancel Wert: 2 Der RPC-Aufruf wurde abgebrochen. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista, Windows XP mit SP2 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008, Windows Server 2003 mit SP1 [nur Desktop-Apps] |
Kopfzeile | rpcasync.h (rpc.h einschließen) |