Win32 API 日本語リファレンス
ホームStorage.IscsiDisc › MP_STORAGE_DIAGNOSTIC_LEVEL

MP_STORAGE_DIAGNOSTIC_LEVEL

列挙型
基底型i4

メンバー 2

名前10進16進
MpStorageDiagnosticLevelDefault00x0
MpStorageDiagnosticLevelMax10x1

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum MP_STORAGE_DIAGNOSTIC_LEVEL : int {
    MpStorageDiagnosticLevelDefault = 0,
    MpStorageDiagnosticLevelMax = 1
} MP_STORAGE_DIAGNOSTIC_LEVEL;
public enum MP_STORAGE_DIAGNOSTIC_LEVEL : int
{
    MpStorageDiagnosticLevelDefault = 0,
    MpStorageDiagnosticLevelMax = 1,
}
Public Enum MP_STORAGE_DIAGNOSTIC_LEVEL As Integer
    MpStorageDiagnosticLevelDefault = 0
    MpStorageDiagnosticLevelMax = 1
End Enum
import enum

class MP_STORAGE_DIAGNOSTIC_LEVEL(enum.IntEnum):
    MpStorageDiagnosticLevelDefault = 0
    MpStorageDiagnosticLevelMax = 1
// MP_STORAGE_DIAGNOSTIC_LEVEL
pub const MpStorageDiagnosticLevelDefault: i32 = 0;
pub const MpStorageDiagnosticLevelMax: i32 = 1;
// MP_STORAGE_DIAGNOSTIC_LEVEL
const (
	MpStorageDiagnosticLevelDefault int32 = 0
	MpStorageDiagnosticLevelMax int32 = 1
)
const
  MpStorageDiagnosticLevelDefault = 0;
  MpStorageDiagnosticLevelMax = 1;
// MP_STORAGE_DIAGNOSTIC_LEVEL
pub const MpStorageDiagnosticLevelDefault: i32 = 0;
pub const MpStorageDiagnosticLevelMax: i32 = 1;
const
  MpStorageDiagnosticLevelDefault* = 0
  MpStorageDiagnosticLevelMax* = 1
enum MP_STORAGE_DIAGNOSTIC_LEVEL : int {
    MpStorageDiagnosticLevelDefault = 0,
    MpStorageDiagnosticLevelMax = 1,
}
#define global MpStorageDiagnosticLevelDefault 0x0
#define global MpStorageDiagnosticLevelMax     0x1