ホーム › System.Ioctl › STORAGE_ID_NAA_FORMAT
STORAGE_ID_NAA_FORMAT
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| StorageIdNAAFormatIEEEExtended | 2 | 0x2 |
| StorageIdNAAFormatIEEERegistered | 3 | 0x3 |
| StorageIdNAAFormatIEEEERegisteredExtended | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum STORAGE_ID_NAA_FORMAT : int {
StorageIdNAAFormatIEEEExtended = 2,
StorageIdNAAFormatIEEERegistered = 3,
StorageIdNAAFormatIEEEERegisteredExtended = 5
} STORAGE_ID_NAA_FORMAT;public enum STORAGE_ID_NAA_FORMAT : int
{
StorageIdNAAFormatIEEEExtended = 2,
StorageIdNAAFormatIEEERegistered = 3,
StorageIdNAAFormatIEEEERegisteredExtended = 5,
}Public Enum STORAGE_ID_NAA_FORMAT As Integer
StorageIdNAAFormatIEEEExtended = 2
StorageIdNAAFormatIEEERegistered = 3
StorageIdNAAFormatIEEEERegisteredExtended = 5
End Enumimport enum
class STORAGE_ID_NAA_FORMAT(enum.IntEnum):
StorageIdNAAFormatIEEEExtended = 2
StorageIdNAAFormatIEEERegistered = 3
StorageIdNAAFormatIEEEERegisteredExtended = 5// STORAGE_ID_NAA_FORMAT
pub const StorageIdNAAFormatIEEEExtended: i32 = 2;
pub const StorageIdNAAFormatIEEERegistered: i32 = 3;
pub const StorageIdNAAFormatIEEEERegisteredExtended: i32 = 5;// STORAGE_ID_NAA_FORMAT
const (
StorageIdNAAFormatIEEEExtended int32 = 2
StorageIdNAAFormatIEEERegistered int32 = 3
StorageIdNAAFormatIEEEERegisteredExtended int32 = 5
)const
StorageIdNAAFormatIEEEExtended = 2;
StorageIdNAAFormatIEEERegistered = 3;
StorageIdNAAFormatIEEEERegisteredExtended = 5;// STORAGE_ID_NAA_FORMAT
pub const StorageIdNAAFormatIEEEExtended: i32 = 2;
pub const StorageIdNAAFormatIEEERegistered: i32 = 3;
pub const StorageIdNAAFormatIEEEERegisteredExtended: i32 = 5;const
StorageIdNAAFormatIEEEExtended* = 2
StorageIdNAAFormatIEEERegistered* = 3
StorageIdNAAFormatIEEEERegisteredExtended* = 5enum STORAGE_ID_NAA_FORMAT : int {
StorageIdNAAFormatIEEEExtended = 2,
StorageIdNAAFormatIEEERegistered = 3,
StorageIdNAAFormatIEEEERegisteredExtended = 5,
}#define global StorageIdNAAFormatIEEEExtended 0x2
#define global StorageIdNAAFormatIEEERegistered 0x3
#define global StorageIdNAAFormatIEEEERegisteredExtended 0x5