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

CLFS_MGMT_NOTIFICATION_TYPE

列挙型
基底型i4

メンバー 4

名前10進16進
ClfsMgmtAdvanceTailNotification00x0
ClfsMgmtLogFullHandlerNotification10x1
ClfsMgmtLogUnpinnedNotification20x2
ClfsMgmtLogWriteNotification30x3

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 3
enum 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