ホーム › System.RemoteDesktop › WTS_TYPE_CLASS
WTS_TYPE_CLASS
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| WTSTypeProcessInfoLevel0 | 0 | 0x0 |
| WTSTypeProcessInfoLevel1 | 1 | 0x1 |
| WTSTypeSessionInfoLevel1 | 2 | 0x2 |
| WTSTypeCloudAuthServerNonce | 3 | 0x3 |
| WTSTypeSerializedUserCredential | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WTS_TYPE_CLASS : int {
WTSTypeProcessInfoLevel0 = 0,
WTSTypeProcessInfoLevel1 = 1,
WTSTypeSessionInfoLevel1 = 2,
WTSTypeCloudAuthServerNonce = 3,
WTSTypeSerializedUserCredential = 4
} WTS_TYPE_CLASS;public enum WTS_TYPE_CLASS : int
{
WTSTypeProcessInfoLevel0 = 0,
WTSTypeProcessInfoLevel1 = 1,
WTSTypeSessionInfoLevel1 = 2,
WTSTypeCloudAuthServerNonce = 3,
WTSTypeSerializedUserCredential = 4,
}Public Enum WTS_TYPE_CLASS As Integer
WTSTypeProcessInfoLevel0 = 0
WTSTypeProcessInfoLevel1 = 1
WTSTypeSessionInfoLevel1 = 2
WTSTypeCloudAuthServerNonce = 3
WTSTypeSerializedUserCredential = 4
End Enumimport enum
class WTS_TYPE_CLASS(enum.IntEnum):
WTSTypeProcessInfoLevel0 = 0
WTSTypeProcessInfoLevel1 = 1
WTSTypeSessionInfoLevel1 = 2
WTSTypeCloudAuthServerNonce = 3
WTSTypeSerializedUserCredential = 4// WTS_TYPE_CLASS
pub const WTSTypeProcessInfoLevel0: i32 = 0;
pub const WTSTypeProcessInfoLevel1: i32 = 1;
pub const WTSTypeSessionInfoLevel1: i32 = 2;
pub const WTSTypeCloudAuthServerNonce: i32 = 3;
pub const WTSTypeSerializedUserCredential: i32 = 4;// WTS_TYPE_CLASS
const (
WTSTypeProcessInfoLevel0 int32 = 0
WTSTypeProcessInfoLevel1 int32 = 1
WTSTypeSessionInfoLevel1 int32 = 2
WTSTypeCloudAuthServerNonce int32 = 3
WTSTypeSerializedUserCredential int32 = 4
)const
WTSTypeProcessInfoLevel0 = 0;
WTSTypeProcessInfoLevel1 = 1;
WTSTypeSessionInfoLevel1 = 2;
WTSTypeCloudAuthServerNonce = 3;
WTSTypeSerializedUserCredential = 4;// WTS_TYPE_CLASS
pub const WTSTypeProcessInfoLevel0: i32 = 0;
pub const WTSTypeProcessInfoLevel1: i32 = 1;
pub const WTSTypeSessionInfoLevel1: i32 = 2;
pub const WTSTypeCloudAuthServerNonce: i32 = 3;
pub const WTSTypeSerializedUserCredential: i32 = 4;const
WTSTypeProcessInfoLevel0* = 0
WTSTypeProcessInfoLevel1* = 1
WTSTypeSessionInfoLevel1* = 2
WTSTypeCloudAuthServerNonce* = 3
WTSTypeSerializedUserCredential* = 4enum WTS_TYPE_CLASS : int {
WTSTypeProcessInfoLevel0 = 0,
WTSTypeProcessInfoLevel1 = 1,
WTSTypeSessionInfoLevel1 = 2,
WTSTypeCloudAuthServerNonce = 3,
WTSTypeSerializedUserCredential = 4,
}#define global WTSTypeProcessInfoLevel0 0x0
#define global WTSTypeProcessInfoLevel1 0x1
#define global WTSTypeSessionInfoLevel1 0x2
#define global WTSTypeCloudAuthServerNonce 0x3
#define global WTSTypeSerializedUserCredential 0x4