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