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

FsrmReportType

列挙型
基底型i4

メンバー 14

名前10進16進
FsrmReportType_Unknown00x0
FsrmReportType_LargeFiles10x1
FsrmReportType_FilesByType20x2
FsrmReportType_LeastRecentlyAccessed30x3
FsrmReportType_MostRecentlyAccessed40x4
FsrmReportType_QuotaUsage50x5
FsrmReportType_FilesByOwner60x6
FsrmReportType_ExportReport70x7
FsrmReportType_DuplicateFiles80x8
FsrmReportType_FileScreenAudit90x9
FsrmReportType_FilesByProperty100xA
FsrmReportType_AutomaticClassification110xB
FsrmReportType_Expiration120xC
FsrmReportType_FoldersByProperty130xD

各言語での定義

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

typedef enum FsrmReportType : int {
    FsrmReportType_Unknown = 0,
    FsrmReportType_LargeFiles = 1,
    FsrmReportType_FilesByType = 2,
    FsrmReportType_LeastRecentlyAccessed = 3,
    FsrmReportType_MostRecentlyAccessed = 4,
    FsrmReportType_QuotaUsage = 5,
    FsrmReportType_FilesByOwner = 6,
    FsrmReportType_ExportReport = 7,
    FsrmReportType_DuplicateFiles = 8,
    FsrmReportType_FileScreenAudit = 9,
    FsrmReportType_FilesByProperty = 10,
    FsrmReportType_AutomaticClassification = 11,
    FsrmReportType_Expiration = 12,
    FsrmReportType_FoldersByProperty = 13
} FsrmReportType;
public enum FsrmReportType : int
{
    FsrmReportType_Unknown = 0,
    FsrmReportType_LargeFiles = 1,
    FsrmReportType_FilesByType = 2,
    FsrmReportType_LeastRecentlyAccessed = 3,
    FsrmReportType_MostRecentlyAccessed = 4,
    FsrmReportType_QuotaUsage = 5,
    FsrmReportType_FilesByOwner = 6,
    FsrmReportType_ExportReport = 7,
    FsrmReportType_DuplicateFiles = 8,
    FsrmReportType_FileScreenAudit = 9,
    FsrmReportType_FilesByProperty = 10,
    FsrmReportType_AutomaticClassification = 11,
    FsrmReportType_Expiration = 12,
    FsrmReportType_FoldersByProperty = 13,
}
Public Enum FsrmReportType As Integer
    FsrmReportType_Unknown = 0
    FsrmReportType_LargeFiles = 1
    FsrmReportType_FilesByType = 2
    FsrmReportType_LeastRecentlyAccessed = 3
    FsrmReportType_MostRecentlyAccessed = 4
    FsrmReportType_QuotaUsage = 5
    FsrmReportType_FilesByOwner = 6
    FsrmReportType_ExportReport = 7
    FsrmReportType_DuplicateFiles = 8
    FsrmReportType_FileScreenAudit = 9
    FsrmReportType_FilesByProperty = 10
    FsrmReportType_AutomaticClassification = 11
    FsrmReportType_Expiration = 12
    FsrmReportType_FoldersByProperty = 13
End Enum
import enum

class FsrmReportType(enum.IntEnum):
    FsrmReportType_Unknown = 0
    FsrmReportType_LargeFiles = 1
    FsrmReportType_FilesByType = 2
    FsrmReportType_LeastRecentlyAccessed = 3
    FsrmReportType_MostRecentlyAccessed = 4
    FsrmReportType_QuotaUsage = 5
    FsrmReportType_FilesByOwner = 6
    FsrmReportType_ExportReport = 7
    FsrmReportType_DuplicateFiles = 8
    FsrmReportType_FileScreenAudit = 9
    FsrmReportType_FilesByProperty = 10
    FsrmReportType_AutomaticClassification = 11
    FsrmReportType_Expiration = 12
    FsrmReportType_FoldersByProperty = 13
// FsrmReportType
pub const FsrmReportType_Unknown: i32 = 0;
pub const FsrmReportType_LargeFiles: i32 = 1;
pub const FsrmReportType_FilesByType: i32 = 2;
pub const FsrmReportType_LeastRecentlyAccessed: i32 = 3;
pub const FsrmReportType_MostRecentlyAccessed: i32 = 4;
pub const FsrmReportType_QuotaUsage: i32 = 5;
pub const FsrmReportType_FilesByOwner: i32 = 6;
pub const FsrmReportType_ExportReport: i32 = 7;
pub const FsrmReportType_DuplicateFiles: i32 = 8;
pub const FsrmReportType_FileScreenAudit: i32 = 9;
pub const FsrmReportType_FilesByProperty: i32 = 10;
pub const FsrmReportType_AutomaticClassification: i32 = 11;
pub const FsrmReportType_Expiration: i32 = 12;
pub const FsrmReportType_FoldersByProperty: i32 = 13;
// FsrmReportType
const (
	FsrmReportType_Unknown int32 = 0
	FsrmReportType_LargeFiles int32 = 1
	FsrmReportType_FilesByType int32 = 2
	FsrmReportType_LeastRecentlyAccessed int32 = 3
	FsrmReportType_MostRecentlyAccessed int32 = 4
	FsrmReportType_QuotaUsage int32 = 5
	FsrmReportType_FilesByOwner int32 = 6
	FsrmReportType_ExportReport int32 = 7
	FsrmReportType_DuplicateFiles int32 = 8
	FsrmReportType_FileScreenAudit int32 = 9
	FsrmReportType_FilesByProperty int32 = 10
	FsrmReportType_AutomaticClassification int32 = 11
	FsrmReportType_Expiration int32 = 12
	FsrmReportType_FoldersByProperty int32 = 13
)
const
  FsrmReportType_Unknown = 0;
  FsrmReportType_LargeFiles = 1;
  FsrmReportType_FilesByType = 2;
  FsrmReportType_LeastRecentlyAccessed = 3;
  FsrmReportType_MostRecentlyAccessed = 4;
  FsrmReportType_QuotaUsage = 5;
  FsrmReportType_FilesByOwner = 6;
  FsrmReportType_ExportReport = 7;
  FsrmReportType_DuplicateFiles = 8;
  FsrmReportType_FileScreenAudit = 9;
  FsrmReportType_FilesByProperty = 10;
  FsrmReportType_AutomaticClassification = 11;
  FsrmReportType_Expiration = 12;
  FsrmReportType_FoldersByProperty = 13;
// FsrmReportType
pub const FsrmReportType_Unknown: i32 = 0;
pub const FsrmReportType_LargeFiles: i32 = 1;
pub const FsrmReportType_FilesByType: i32 = 2;
pub const FsrmReportType_LeastRecentlyAccessed: i32 = 3;
pub const FsrmReportType_MostRecentlyAccessed: i32 = 4;
pub const FsrmReportType_QuotaUsage: i32 = 5;
pub const FsrmReportType_FilesByOwner: i32 = 6;
pub const FsrmReportType_ExportReport: i32 = 7;
pub const FsrmReportType_DuplicateFiles: i32 = 8;
pub const FsrmReportType_FileScreenAudit: i32 = 9;
pub const FsrmReportType_FilesByProperty: i32 = 10;
pub const FsrmReportType_AutomaticClassification: i32 = 11;
pub const FsrmReportType_Expiration: i32 = 12;
pub const FsrmReportType_FoldersByProperty: i32 = 13;
const
  FsrmReportType_Unknown* = 0
  FsrmReportType_LargeFiles* = 1
  FsrmReportType_FilesByType* = 2
  FsrmReportType_LeastRecentlyAccessed* = 3
  FsrmReportType_MostRecentlyAccessed* = 4
  FsrmReportType_QuotaUsage* = 5
  FsrmReportType_FilesByOwner* = 6
  FsrmReportType_ExportReport* = 7
  FsrmReportType_DuplicateFiles* = 8
  FsrmReportType_FileScreenAudit* = 9
  FsrmReportType_FilesByProperty* = 10
  FsrmReportType_AutomaticClassification* = 11
  FsrmReportType_Expiration* = 12
  FsrmReportType_FoldersByProperty* = 13
enum FsrmReportType : int {
    FsrmReportType_Unknown = 0,
    FsrmReportType_LargeFiles = 1,
    FsrmReportType_FilesByType = 2,
    FsrmReportType_LeastRecentlyAccessed = 3,
    FsrmReportType_MostRecentlyAccessed = 4,
    FsrmReportType_QuotaUsage = 5,
    FsrmReportType_FilesByOwner = 6,
    FsrmReportType_ExportReport = 7,
    FsrmReportType_DuplicateFiles = 8,
    FsrmReportType_FileScreenAudit = 9,
    FsrmReportType_FilesByProperty = 10,
    FsrmReportType_AutomaticClassification = 11,
    FsrmReportType_Expiration = 12,
    FsrmReportType_FoldersByProperty = 13,
}
#define global FsrmReportType_Unknown                 0x0
#define global FsrmReportType_LargeFiles              0x1
#define global FsrmReportType_FilesByType             0x2
#define global FsrmReportType_LeastRecentlyAccessed   0x3
#define global FsrmReportType_MostRecentlyAccessed    0x4
#define global FsrmReportType_QuotaUsage              0x5
#define global FsrmReportType_FilesByOwner            0x6
#define global FsrmReportType_ExportReport            0x7
#define global FsrmReportType_DuplicateFiles          0x8
#define global FsrmReportType_FileScreenAudit         0x9
#define global FsrmReportType_FilesByProperty         0xA
#define global FsrmReportType_AutomaticClassification 0xB
#define global FsrmReportType_Expiration              0xC
#define global FsrmReportType_FoldersByProperty       0xD