Win32 API 日本語リファレンス
ホームSystem.DeploymentServices › WDSTRANSPORT_SERVICE_NOTIFICATION

WDSTRANSPORT_SERVICE_NOTIFICATION

列挙型
基底型i4

メンバー 2

名前10進16進
WdsTptServiceNotifyUnknown00x0
WdsTptServiceNotifyReadSettings10x1

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 1
enum WDSTRANSPORT_SERVICE_NOTIFICATION : int {
    WdsTptServiceNotifyUnknown = 0,
    WdsTptServiceNotifyReadSettings = 1,
}
#define global WdsTptServiceNotifyUnknown      0x0
#define global WdsTptServiceNotifyReadSettings 0x1