다음을 통해 공유


WRdsGraphicsChannelType 열거형(wrdsgraphicschannels.h)

IWRdsGraphicsChannelManager::CreateChannel 메서드에서 만들 그래픽 가상 채널 유형을 지정하는 데 사용됩니다.

Syntax

typedef enum __MIDL___MIDL_itf_wrdsgraphicschannels_0000_0002_0001 {
  WRdsGraphicsChannelType_GuaranteedDelivery = 0,
  WRdsGraphicsChannelType_BestEffortDelivery = 1
} WRdsGraphicsChannelType;

상수

 
WRdsGraphicsChannelType_GuaranteedDelivery
값: 0
채널 배달을 보장해야 합니다.
WRdsGraphicsChannelType_BestEffortDelivery
값: 1
채널 배달이 손실될 수 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 8
지원되는 최소 서버 Windows Server 2012
머리글 wrdsgraphicschannels.h

추가 정보

IWRdsGraphicsChannelManager::CreateChannel