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