ホーム › System.DeploymentServices › WDSTRANSPORT_SERVICE_NOTIFICATION
WDSTRANSPORT_SERVICE_NOTIFICATION
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| WdsTptServiceNotifyUnknown | 0 | 0x0 |
| WdsTptServiceNotifyReadSettings | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WDSTRANSPORT_SERVICE_NOTIFICATION : int {
WdsTptServiceNotifyUnknown = 0,
WdsTptServiceNotifyReadSettings = 1
} WDSTRANSPORT_SERVICE_NOTIFICATION;public enum WDSTRANSPORT_SERVICE_NOTIFICATION : int
{
WdsTptServiceNotifyUnknown = 0,
WdsTptServiceNotifyReadSettings = 1,
}Public Enum WDSTRANSPORT_SERVICE_NOTIFICATION As Integer
WdsTptServiceNotifyUnknown = 0
WdsTptServiceNotifyReadSettings = 1
End Enumimport enum
class WDSTRANSPORT_SERVICE_NOTIFICATION(enum.IntEnum):
WdsTptServiceNotifyUnknown = 0
WdsTptServiceNotifyReadSettings = 1// WDSTRANSPORT_SERVICE_NOTIFICATION
pub const WdsTptServiceNotifyUnknown: i32 = 0;
pub const WdsTptServiceNotifyReadSettings: i32 = 1;// WDSTRANSPORT_SERVICE_NOTIFICATION
const (
WdsTptServiceNotifyUnknown int32 = 0
WdsTptServiceNotifyReadSettings int32 = 1
)const
WdsTptServiceNotifyUnknown = 0;
WdsTptServiceNotifyReadSettings = 1;// WDSTRANSPORT_SERVICE_NOTIFICATION
pub const WdsTptServiceNotifyUnknown: i32 = 0;
pub const WdsTptServiceNotifyReadSettings: i32 = 1;const
WdsTptServiceNotifyUnknown* = 0
WdsTptServiceNotifyReadSettings* = 1enum WDSTRANSPORT_SERVICE_NOTIFICATION : int {
WdsTptServiceNotifyUnknown = 0,
WdsTptServiceNotifyReadSettings = 1,
}#define global WdsTptServiceNotifyUnknown 0x0
#define global WdsTptServiceNotifyReadSettings 0x1