ホーム › System.WinRT.Metadata › CorNativeLinkType
CorNativeLinkType
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| nltNone | 1 | 0x1 |
| nltAnsi | 2 | 0x2 |
| nltUnicode | 3 | 0x3 |
| nltAuto | 4 | 0x4 |
| nltOle | 5 | 0x5 |
| nltMaxValue | 7 | 0x7 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CorNativeLinkType : int {
nltNone = 1,
nltAnsi = 2,
nltUnicode = 3,
nltAuto = 4,
nltOle = 5,
nltMaxValue = 7
} CorNativeLinkType;public enum CorNativeLinkType : int
{
nltNone = 1,
nltAnsi = 2,
nltUnicode = 3,
nltAuto = 4,
nltOle = 5,
nltMaxValue = 7,
}Public Enum CorNativeLinkType As Integer
nltNone = 1
nltAnsi = 2
nltUnicode = 3
nltAuto = 4
nltOle = 5
nltMaxValue = 7
End Enumimport enum
class CorNativeLinkType(enum.IntEnum):
nltNone = 1
nltAnsi = 2
nltUnicode = 3
nltAuto = 4
nltOle = 5
nltMaxValue = 7// CorNativeLinkType
pub const nltNone: i32 = 1;
pub const nltAnsi: i32 = 2;
pub const nltUnicode: i32 = 3;
pub const nltAuto: i32 = 4;
pub const nltOle: i32 = 5;
pub const nltMaxValue: i32 = 7;// CorNativeLinkType
const (
nltNone int32 = 1
nltAnsi int32 = 2
nltUnicode int32 = 3
nltAuto int32 = 4
nltOle int32 = 5
nltMaxValue int32 = 7
)const
nltNone = 1;
nltAnsi = 2;
nltUnicode = 3;
nltAuto = 4;
nltOle = 5;
nltMaxValue = 7;// CorNativeLinkType
pub const nltNone: i32 = 1;
pub const nltAnsi: i32 = 2;
pub const nltUnicode: i32 = 3;
pub const nltAuto: i32 = 4;
pub const nltOle: i32 = 5;
pub const nltMaxValue: i32 = 7;const
nltNone* = 1
nltAnsi* = 2
nltUnicode* = 3
nltAuto* = 4
nltOle* = 5
nltMaxValue* = 7enum CorNativeLinkType : int {
nltNone = 1,
nltAnsi = 2,
nltUnicode = 3,
nltAuto = 4,
nltOle = 5,
nltMaxValue = 7,
}#define global nltNone 0x1
#define global nltAnsi 0x2
#define global nltUnicode 0x3
#define global nltAuto 0x4
#define global nltOle 0x5
#define global nltMaxValue 0x7