Win32 API 日本語リファレンス
ホームSystem.Ioctl › STORAGE_ID_NAA_FORMAT

STORAGE_ID_NAA_FORMAT

列挙型
基底型i4

メンバー 3

名前10進16進
StorageIdNAAFormatIEEEExtended20x2
StorageIdNAAFormatIEEERegistered30x3
StorageIdNAAFormatIEEEERegisteredExtended50x5

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 5
enum STORAGE_ID_NAA_FORMAT : int {
    StorageIdNAAFormatIEEEExtended = 2,
    StorageIdNAAFormatIEEERegistered = 3,
    StorageIdNAAFormatIEEEERegisteredExtended = 5,
}
#define global StorageIdNAAFormatIEEEExtended            0x2
#define global StorageIdNAAFormatIEEERegistered          0x3
#define global StorageIdNAAFormatIEEEERegisteredExtended 0x5