RpcCallType 열거형(rpcasync.h)
RpcCallType 열거형은 RPC 호출 형식 집합을 지정합니다.
Syntax
typedef enum tagRpcCallType {
rctInvalid = 0,
rctNormal,
rctTraining,
rctGuaranteed
} RpcCallType;
상수
rctInvalid 값: 0 원격 프로시저 호출이 잘못되었습니다. |
rctNormal 원격 프로시저 호출에는 특별한 속성이 없습니다. |
rctTraining 원격 프로시저 호출은 "학습" RPC에 사용됩니다. |
rctGuaranteed 원격 프로시저 호출은 실행을 보장합니다. |
요구 사항
지원되는 최소 클라이언트 | Windows Vista, WINDOWS XP SP2 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008, Windows Server 2003 SP1 [데스크톱 앱만 해당] |
머리글 | rpcasync.h(Rpc.h 포함) |