RPC_NOTIFICATIONS列挙 (rpcasync.h)

RPC_NOTIFICATIONS列挙は、サーバーが RPC から受信できる通知を指定します。

構文

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

定数

 
RpcNotificationCallNone
値: 0
通知を送信しないでください。

Windows Vista: 現時点では、この値は RpcServerSubscribeForNotification および RpcServerUnsubscribeForNotification ではサポートされていません。
RpcNotificationClientDisconnect
値: 1
クライアントが切断されました。
RpcNotificationCallCancel
値: 2
RPC 呼び出しが取り消されました。

要件

要件
サポートされている最小のクライアント Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008、Windows Server 2003 SP1 [デスクトップ アプリのみ]
Header rpcasync.h (Rpc.h を含む)

こちらもご覧ください

RpcServerSubscribeForNotification

RpcServerUnsubscribeForNotification