ホーム › Storage.FileSystem › CLFS_MGMT_NOTIFICATION_TYPE
CLFS_MGMT_NOTIFICATION_TYPE
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| ClfsMgmtAdvanceTailNotification | 0 | 0x0 |
| ClfsMgmtLogFullHandlerNotification | 1 | 0x1 |
| ClfsMgmtLogUnpinnedNotification | 2 | 0x2 |
| ClfsMgmtLogWriteNotification | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CLFS_MGMT_NOTIFICATION_TYPE : int {
ClfsMgmtAdvanceTailNotification = 0,
ClfsMgmtLogFullHandlerNotification = 1,
ClfsMgmtLogUnpinnedNotification = 2,
ClfsMgmtLogWriteNotification = 3
} CLFS_MGMT_NOTIFICATION_TYPE;public enum CLFS_MGMT_NOTIFICATION_TYPE : int
{
ClfsMgmtAdvanceTailNotification = 0,
ClfsMgmtLogFullHandlerNotification = 1,
ClfsMgmtLogUnpinnedNotification = 2,
ClfsMgmtLogWriteNotification = 3,
}Public Enum CLFS_MGMT_NOTIFICATION_TYPE As Integer
ClfsMgmtAdvanceTailNotification = 0
ClfsMgmtLogFullHandlerNotification = 1
ClfsMgmtLogUnpinnedNotification = 2
ClfsMgmtLogWriteNotification = 3
End Enumimport enum
class CLFS_MGMT_NOTIFICATION_TYPE(enum.IntEnum):
ClfsMgmtAdvanceTailNotification = 0
ClfsMgmtLogFullHandlerNotification = 1
ClfsMgmtLogUnpinnedNotification = 2
ClfsMgmtLogWriteNotification = 3// CLFS_MGMT_NOTIFICATION_TYPE
pub const ClfsMgmtAdvanceTailNotification: i32 = 0;
pub const ClfsMgmtLogFullHandlerNotification: i32 = 1;
pub const ClfsMgmtLogUnpinnedNotification: i32 = 2;
pub const ClfsMgmtLogWriteNotification: i32 = 3;// CLFS_MGMT_NOTIFICATION_TYPE
const (
ClfsMgmtAdvanceTailNotification int32 = 0
ClfsMgmtLogFullHandlerNotification int32 = 1
ClfsMgmtLogUnpinnedNotification int32 = 2
ClfsMgmtLogWriteNotification int32 = 3
)const
ClfsMgmtAdvanceTailNotification = 0;
ClfsMgmtLogFullHandlerNotification = 1;
ClfsMgmtLogUnpinnedNotification = 2;
ClfsMgmtLogWriteNotification = 3;// CLFS_MGMT_NOTIFICATION_TYPE
pub const ClfsMgmtAdvanceTailNotification: i32 = 0;
pub const ClfsMgmtLogFullHandlerNotification: i32 = 1;
pub const ClfsMgmtLogUnpinnedNotification: i32 = 2;
pub const ClfsMgmtLogWriteNotification: i32 = 3;const
ClfsMgmtAdvanceTailNotification* = 0
ClfsMgmtLogFullHandlerNotification* = 1
ClfsMgmtLogUnpinnedNotification* = 2
ClfsMgmtLogWriteNotification* = 3enum CLFS_MGMT_NOTIFICATION_TYPE : int {
ClfsMgmtAdvanceTailNotification = 0,
ClfsMgmtLogFullHandlerNotification = 1,
ClfsMgmtLogUnpinnedNotification = 2,
ClfsMgmtLogWriteNotification = 3,
}#define global ClfsMgmtAdvanceTailNotification 0x0
#define global ClfsMgmtLogFullHandlerNotification 0x1
#define global ClfsMgmtLogUnpinnedNotification 0x2
#define global ClfsMgmtLogWriteNotification 0x3