ホーム › System.RemoteDesktop › WRdsGraphicsChannelType
WRdsGraphicsChannelType
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| WRdsGraphicsChannelType_GuaranteedDelivery | 0 | 0x0 |
| WRdsGraphicsChannelType_BestEffortDelivery | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。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