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