ホーム › System.RemoteDesktop › WRdsGraphicsChannelType
WRdsGraphicsChannelType
列挙型メンバー 2
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| WRdsGraphicsChannelType_GuaranteedDelivery | 0 | 0x0 | チャネルの配信が保証されなければなりません。 |
| WRdsGraphicsChannelType_BestEffortDelivery | 1 | 0x1 | チャネルの配信は損失を伴う可能性があります。 |
公式ドキュメント
IWRdsGraphicsChannelManager::CreateChannel メソッドで作成するグラフィックス仮想チャネルの種類を指定します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WRdsGraphicsChannelType : int {
WRdsGraphicsChannelType_GuaranteedDelivery = 0,
WRdsGraphicsChannelType_BestEffortDelivery = 1
} WRdsGraphicsChannelType;public enum WRdsGraphicsChannelType : int
{
WRdsGraphicsChannelType_GuaranteedDelivery = 0,
WRdsGraphicsChannelType_BestEffortDelivery = 1,
}Public Enum WRdsGraphicsChannelType As Integer
WRdsGraphicsChannelType_GuaranteedDelivery = 0
WRdsGraphicsChannelType_BestEffortDelivery = 1
End Enumimport enum
class WRdsGraphicsChannelType(enum.IntEnum):
WRdsGraphicsChannelType_GuaranteedDelivery = 0
WRdsGraphicsChannelType_BestEffortDelivery = 1// WRdsGraphicsChannelType
pub const WRdsGraphicsChannelType_GuaranteedDelivery: i32 = 0;
pub const WRdsGraphicsChannelType_BestEffortDelivery: i32 = 1;// WRdsGraphicsChannelType
const (
WRdsGraphicsChannelType_GuaranteedDelivery int32 = 0
WRdsGraphicsChannelType_BestEffortDelivery int32 = 1
)const
WRdsGraphicsChannelType_GuaranteedDelivery = 0;
WRdsGraphicsChannelType_BestEffortDelivery = 1;// WRdsGraphicsChannelType
pub const WRdsGraphicsChannelType_GuaranteedDelivery: i32 = 0;
pub const WRdsGraphicsChannelType_BestEffortDelivery: i32 = 1;const
WRdsGraphicsChannelType_GuaranteedDelivery* = 0
WRdsGraphicsChannelType_BestEffortDelivery* = 1enum WRdsGraphicsChannelType : int {
WRdsGraphicsChannelType_GuaranteedDelivery = 0,
WRdsGraphicsChannelType_BestEffortDelivery = 1,
}#define global WRdsGraphicsChannelType_GuaranteedDelivery 0x0
#define global WRdsGraphicsChannelType_BestEffortDelivery 0x1