RPC_NOTIFICATIONS 열거형(rpcasync.h)
RPC_NOTIFICATIONS 열거형은 서버가 RPC에서 받을 수 있는 알림을 지정합니다.
Syntax
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 [데스크톱 앱만 해당] |
머리글 | rpcasync.h(Rpc.h 포함) |