ホーム › Storage.FileSystem › CLS_LOG_INFORMATION_CLASS
CLS_LOG_INFORMATION_CLASS
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| ClfsLogBasicInformation | 0 | 0x0 |
| ClfsLogBasicInformationPhysical | 1 | 0x1 |
| ClfsLogPhysicalNameInformation | 2 | 0x2 |
| ClfsLogStreamIdentifierInformation | 3 | 0x3 |
| ClfsLogSystemMarkingInformation | 4 | 0x4 |
| ClfsLogPhysicalLsnInformation | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 5enum 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