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

CLS_LOG_INFORMATION_CLASS

列挙型
基底型i4

メンバー 6

名前10進16進
ClfsLogBasicInformation00x0
ClfsLogBasicInformationPhysical10x1
ClfsLogPhysicalNameInformation20x2
ClfsLogStreamIdentifierInformation30x3
ClfsLogSystemMarkingInformation40x4
ClfsLogPhysicalLsnInformation50x5

各言語での定義

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

typedef enum CLS_LOG_INFORMATION_CLASS : int {
    ClfsLogBasicInformation = 0,
    ClfsLogBasicInformationPhysical = 1,
    ClfsLogPhysicalNameInformation = 2,
    ClfsLogStreamIdentifierInformation = 3,
    ClfsLogSystemMarkingInformation = 4,
    ClfsLogPhysicalLsnInformation = 5
} CLS_LOG_INFORMATION_CLASS;
public enum CLS_LOG_INFORMATION_CLASS : int
{
    ClfsLogBasicInformation = 0,
    ClfsLogBasicInformationPhysical = 1,
    ClfsLogPhysicalNameInformation = 2,
    ClfsLogStreamIdentifierInformation = 3,
    ClfsLogSystemMarkingInformation = 4,
    ClfsLogPhysicalLsnInformation = 5,
}
Public Enum CLS_LOG_INFORMATION_CLASS As Integer
    ClfsLogBasicInformation = 0
    ClfsLogBasicInformationPhysical = 1
    ClfsLogPhysicalNameInformation = 2
    ClfsLogStreamIdentifierInformation = 3
    ClfsLogSystemMarkingInformation = 4
    ClfsLogPhysicalLsnInformation = 5
End Enum
import enum

class CLS_LOG_INFORMATION_CLASS(enum.IntEnum):
    ClfsLogBasicInformation = 0
    ClfsLogBasicInformationPhysical = 1
    ClfsLogPhysicalNameInformation = 2
    ClfsLogStreamIdentifierInformation = 3
    ClfsLogSystemMarkingInformation = 4
    ClfsLogPhysicalLsnInformation = 5
// CLS_LOG_INFORMATION_CLASS
pub const ClfsLogBasicInformation: i32 = 0;
pub const ClfsLogBasicInformationPhysical: i32 = 1;
pub const ClfsLogPhysicalNameInformation: i32 = 2;
pub const ClfsLogStreamIdentifierInformation: i32 = 3;
pub const ClfsLogSystemMarkingInformation: i32 = 4;
pub const ClfsLogPhysicalLsnInformation: i32 = 5;
// CLS_LOG_INFORMATION_CLASS
const (
	ClfsLogBasicInformation int32 = 0
	ClfsLogBasicInformationPhysical int32 = 1
	ClfsLogPhysicalNameInformation int32 = 2
	ClfsLogStreamIdentifierInformation int32 = 3
	ClfsLogSystemMarkingInformation int32 = 4
	ClfsLogPhysicalLsnInformation int32 = 5
)
const
  ClfsLogBasicInformation = 0;
  ClfsLogBasicInformationPhysical = 1;
  ClfsLogPhysicalNameInformation = 2;
  ClfsLogStreamIdentifierInformation = 3;
  ClfsLogSystemMarkingInformation = 4;
  ClfsLogPhysicalLsnInformation = 5;
// CLS_LOG_INFORMATION_CLASS
pub const ClfsLogBasicInformation: i32 = 0;
pub const ClfsLogBasicInformationPhysical: i32 = 1;
pub const ClfsLogPhysicalNameInformation: i32 = 2;
pub const ClfsLogStreamIdentifierInformation: i32 = 3;
pub const ClfsLogSystemMarkingInformation: i32 = 4;
pub const ClfsLogPhysicalLsnInformation: i32 = 5;
const
  ClfsLogBasicInformation* = 0
  ClfsLogBasicInformationPhysical* = 1
  ClfsLogPhysicalNameInformation* = 2
  ClfsLogStreamIdentifierInformation* = 3
  ClfsLogSystemMarkingInformation* = 4
  ClfsLogPhysicalLsnInformation* = 5
enum CLS_LOG_INFORMATION_CLASS : int {
    ClfsLogBasicInformation = 0,
    ClfsLogBasicInformationPhysical = 1,
    ClfsLogPhysicalNameInformation = 2,
    ClfsLogStreamIdentifierInformation = 3,
    ClfsLogSystemMarkingInformation = 4,
    ClfsLogPhysicalLsnInformation = 5,
}
#define global ClfsLogBasicInformation            0x0
#define global ClfsLogBasicInformationPhysical    0x1
#define global ClfsLogPhysicalNameInformation     0x2
#define global ClfsLogStreamIdentifierInformation 0x3
#define global ClfsLogSystemMarkingInformation    0x4
#define global ClfsLogPhysicalLsnInformation      0x5