ホーム › Media.MediaPlayer › WMPStringCollectionChangeEventType
WMPStringCollectionChangeEventType
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| wmpsccetUnknown | 0 | 0x0 |
| wmpsccetInsert | 1 | 0x1 |
| wmpsccetChange | 2 | 0x2 |
| wmpsccetDelete | 3 | 0x3 |
| wmpsccetClear | 4 | 0x4 |
| wmpsccetBeginUpdates | 5 | 0x5 |
| wmpsccetEndUpdates | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WMPStringCollectionChangeEventType : int {
wmpsccetUnknown = 0,
wmpsccetInsert = 1,
wmpsccetChange = 2,
wmpsccetDelete = 3,
wmpsccetClear = 4,
wmpsccetBeginUpdates = 5,
wmpsccetEndUpdates = 6
} WMPStringCollectionChangeEventType;public enum WMPStringCollectionChangeEventType : int
{
wmpsccetUnknown = 0,
wmpsccetInsert = 1,
wmpsccetChange = 2,
wmpsccetDelete = 3,
wmpsccetClear = 4,
wmpsccetBeginUpdates = 5,
wmpsccetEndUpdates = 6,
}Public Enum WMPStringCollectionChangeEventType As Integer
wmpsccetUnknown = 0
wmpsccetInsert = 1
wmpsccetChange = 2
wmpsccetDelete = 3
wmpsccetClear = 4
wmpsccetBeginUpdates = 5
wmpsccetEndUpdates = 6
End Enumimport enum
class WMPStringCollectionChangeEventType(enum.IntEnum):
wmpsccetUnknown = 0
wmpsccetInsert = 1
wmpsccetChange = 2
wmpsccetDelete = 3
wmpsccetClear = 4
wmpsccetBeginUpdates = 5
wmpsccetEndUpdates = 6// WMPStringCollectionChangeEventType
pub const wmpsccetUnknown: i32 = 0;
pub const wmpsccetInsert: i32 = 1;
pub const wmpsccetChange: i32 = 2;
pub const wmpsccetDelete: i32 = 3;
pub const wmpsccetClear: i32 = 4;
pub const wmpsccetBeginUpdates: i32 = 5;
pub const wmpsccetEndUpdates: i32 = 6;// WMPStringCollectionChangeEventType
const (
wmpsccetUnknown int32 = 0
wmpsccetInsert int32 = 1
wmpsccetChange int32 = 2
wmpsccetDelete int32 = 3
wmpsccetClear int32 = 4
wmpsccetBeginUpdates int32 = 5
wmpsccetEndUpdates int32 = 6
)const
wmpsccetUnknown = 0;
wmpsccetInsert = 1;
wmpsccetChange = 2;
wmpsccetDelete = 3;
wmpsccetClear = 4;
wmpsccetBeginUpdates = 5;
wmpsccetEndUpdates = 6;// WMPStringCollectionChangeEventType
pub const wmpsccetUnknown: i32 = 0;
pub const wmpsccetInsert: i32 = 1;
pub const wmpsccetChange: i32 = 2;
pub const wmpsccetDelete: i32 = 3;
pub const wmpsccetClear: i32 = 4;
pub const wmpsccetBeginUpdates: i32 = 5;
pub const wmpsccetEndUpdates: i32 = 6;const
wmpsccetUnknown* = 0
wmpsccetInsert* = 1
wmpsccetChange* = 2
wmpsccetDelete* = 3
wmpsccetClear* = 4
wmpsccetBeginUpdates* = 5
wmpsccetEndUpdates* = 6enum WMPStringCollectionChangeEventType : int {
wmpsccetUnknown = 0,
wmpsccetInsert = 1,
wmpsccetChange = 2,
wmpsccetDelete = 3,
wmpsccetClear = 4,
wmpsccetBeginUpdates = 5,
wmpsccetEndUpdates = 6,
}#define global wmpsccetUnknown 0x0
#define global wmpsccetInsert 0x1
#define global wmpsccetChange 0x2
#define global wmpsccetDelete 0x3
#define global wmpsccetClear 0x4
#define global wmpsccetBeginUpdates 0x5
#define global wmpsccetEndUpdates 0x6