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