ホーム › Media.MediaPlayer › WMPBurnState
WMPBurnState
列挙型メンバー 10
| 名前 | 10進 | 16進 |
|---|---|---|
| wmpbsUnknown | 0 | 0x0 |
| wmpbsBusy | 1 | 0x1 |
| wmpbsReady | 2 | 0x2 |
| wmpbsWaitingForDisc | 3 | 0x3 |
| wmpbsRefreshStatusPending | 4 | 0x4 |
| wmpbsPreparingToBurn | 5 | 0x5 |
| wmpbsBurning | 6 | 0x6 |
| wmpbsStopped | 7 | 0x7 |
| wmpbsErasing | 8 | 0x8 |
| wmpbsDownloading | 9 | 0x9 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WMPBurnState : int {
wmpbsUnknown = 0,
wmpbsBusy = 1,
wmpbsReady = 2,
wmpbsWaitingForDisc = 3,
wmpbsRefreshStatusPending = 4,
wmpbsPreparingToBurn = 5,
wmpbsBurning = 6,
wmpbsStopped = 7,
wmpbsErasing = 8,
wmpbsDownloading = 9
} WMPBurnState;public enum WMPBurnState : int
{
wmpbsUnknown = 0,
wmpbsBusy = 1,
wmpbsReady = 2,
wmpbsWaitingForDisc = 3,
wmpbsRefreshStatusPending = 4,
wmpbsPreparingToBurn = 5,
wmpbsBurning = 6,
wmpbsStopped = 7,
wmpbsErasing = 8,
wmpbsDownloading = 9,
}Public Enum WMPBurnState As Integer
wmpbsUnknown = 0
wmpbsBusy = 1
wmpbsReady = 2
wmpbsWaitingForDisc = 3
wmpbsRefreshStatusPending = 4
wmpbsPreparingToBurn = 5
wmpbsBurning = 6
wmpbsStopped = 7
wmpbsErasing = 8
wmpbsDownloading = 9
End Enumimport enum
class WMPBurnState(enum.IntEnum):
wmpbsUnknown = 0
wmpbsBusy = 1
wmpbsReady = 2
wmpbsWaitingForDisc = 3
wmpbsRefreshStatusPending = 4
wmpbsPreparingToBurn = 5
wmpbsBurning = 6
wmpbsStopped = 7
wmpbsErasing = 8
wmpbsDownloading = 9// WMPBurnState
pub const wmpbsUnknown: i32 = 0;
pub const wmpbsBusy: i32 = 1;
pub const wmpbsReady: i32 = 2;
pub const wmpbsWaitingForDisc: i32 = 3;
pub const wmpbsRefreshStatusPending: i32 = 4;
pub const wmpbsPreparingToBurn: i32 = 5;
pub const wmpbsBurning: i32 = 6;
pub const wmpbsStopped: i32 = 7;
pub const wmpbsErasing: i32 = 8;
pub const wmpbsDownloading: i32 = 9;// WMPBurnState
const (
wmpbsUnknown int32 = 0
wmpbsBusy int32 = 1
wmpbsReady int32 = 2
wmpbsWaitingForDisc int32 = 3
wmpbsRefreshStatusPending int32 = 4
wmpbsPreparingToBurn int32 = 5
wmpbsBurning int32 = 6
wmpbsStopped int32 = 7
wmpbsErasing int32 = 8
wmpbsDownloading int32 = 9
)const
wmpbsUnknown = 0;
wmpbsBusy = 1;
wmpbsReady = 2;
wmpbsWaitingForDisc = 3;
wmpbsRefreshStatusPending = 4;
wmpbsPreparingToBurn = 5;
wmpbsBurning = 6;
wmpbsStopped = 7;
wmpbsErasing = 8;
wmpbsDownloading = 9;// WMPBurnState
pub const wmpbsUnknown: i32 = 0;
pub const wmpbsBusy: i32 = 1;
pub const wmpbsReady: i32 = 2;
pub const wmpbsWaitingForDisc: i32 = 3;
pub const wmpbsRefreshStatusPending: i32 = 4;
pub const wmpbsPreparingToBurn: i32 = 5;
pub const wmpbsBurning: i32 = 6;
pub const wmpbsStopped: i32 = 7;
pub const wmpbsErasing: i32 = 8;
pub const wmpbsDownloading: i32 = 9;const
wmpbsUnknown* = 0
wmpbsBusy* = 1
wmpbsReady* = 2
wmpbsWaitingForDisc* = 3
wmpbsRefreshStatusPending* = 4
wmpbsPreparingToBurn* = 5
wmpbsBurning* = 6
wmpbsStopped* = 7
wmpbsErasing* = 8
wmpbsDownloading* = 9enum WMPBurnState : int {
wmpbsUnknown = 0,
wmpbsBusy = 1,
wmpbsReady = 2,
wmpbsWaitingForDisc = 3,
wmpbsRefreshStatusPending = 4,
wmpbsPreparingToBurn = 5,
wmpbsBurning = 6,
wmpbsStopped = 7,
wmpbsErasing = 8,
wmpbsDownloading = 9,
}#define global wmpbsUnknown 0x0
#define global wmpbsBusy 0x1
#define global wmpbsReady 0x2
#define global wmpbsWaitingForDisc 0x3
#define global wmpbsRefreshStatusPending 0x4
#define global wmpbsPreparingToBurn 0x5
#define global wmpbsBurning 0x6
#define global wmpbsStopped 0x7
#define global wmpbsErasing 0x8
#define global wmpbsDownloading 0x9