ホーム › Storage.FileServerResourceManager › FsrmReportLimit
FsrmReportLimit
列挙型メンバー 12
| 名前 | 10進 | 16進 |
|---|---|---|
| FsrmReportLimit_MaxFiles | 1 | 0x1 |
| FsrmReportLimit_MaxFileGroups | 2 | 0x2 |
| FsrmReportLimit_MaxOwners | 3 | 0x3 |
| FsrmReportLimit_MaxFilesPerFileGroup | 4 | 0x4 |
| FsrmReportLimit_MaxFilesPerOwner | 5 | 0x5 |
| FsrmReportLimit_MaxFilesPerDuplGroup | 6 | 0x6 |
| FsrmReportLimit_MaxDuplicateGroups | 7 | 0x7 |
| FsrmReportLimit_MaxQuotas | 8 | 0x8 |
| FsrmReportLimit_MaxFileScreenEvents | 9 | 0x9 |
| FsrmReportLimit_MaxPropertyValues | 10 | 0xA |
| FsrmReportLimit_MaxFilesPerPropertyValue | 11 | 0xB |
| FsrmReportLimit_MaxFolders | 12 | 0xC |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum FsrmReportLimit : int {
FsrmReportLimit_MaxFiles = 1,
FsrmReportLimit_MaxFileGroups = 2,
FsrmReportLimit_MaxOwners = 3,
FsrmReportLimit_MaxFilesPerFileGroup = 4,
FsrmReportLimit_MaxFilesPerOwner = 5,
FsrmReportLimit_MaxFilesPerDuplGroup = 6,
FsrmReportLimit_MaxDuplicateGroups = 7,
FsrmReportLimit_MaxQuotas = 8,
FsrmReportLimit_MaxFileScreenEvents = 9,
FsrmReportLimit_MaxPropertyValues = 10,
FsrmReportLimit_MaxFilesPerPropertyValue = 11,
FsrmReportLimit_MaxFolders = 12
} FsrmReportLimit;public enum FsrmReportLimit : int
{
FsrmReportLimit_MaxFiles = 1,
FsrmReportLimit_MaxFileGroups = 2,
FsrmReportLimit_MaxOwners = 3,
FsrmReportLimit_MaxFilesPerFileGroup = 4,
FsrmReportLimit_MaxFilesPerOwner = 5,
FsrmReportLimit_MaxFilesPerDuplGroup = 6,
FsrmReportLimit_MaxDuplicateGroups = 7,
FsrmReportLimit_MaxQuotas = 8,
FsrmReportLimit_MaxFileScreenEvents = 9,
FsrmReportLimit_MaxPropertyValues = 10,
FsrmReportLimit_MaxFilesPerPropertyValue = 11,
FsrmReportLimit_MaxFolders = 12,
}Public Enum FsrmReportLimit As Integer
FsrmReportLimit_MaxFiles = 1
FsrmReportLimit_MaxFileGroups = 2
FsrmReportLimit_MaxOwners = 3
FsrmReportLimit_MaxFilesPerFileGroup = 4
FsrmReportLimit_MaxFilesPerOwner = 5
FsrmReportLimit_MaxFilesPerDuplGroup = 6
FsrmReportLimit_MaxDuplicateGroups = 7
FsrmReportLimit_MaxQuotas = 8
FsrmReportLimit_MaxFileScreenEvents = 9
FsrmReportLimit_MaxPropertyValues = 10
FsrmReportLimit_MaxFilesPerPropertyValue = 11
FsrmReportLimit_MaxFolders = 12
End Enumimport enum
class FsrmReportLimit(enum.IntEnum):
FsrmReportLimit_MaxFiles = 1
FsrmReportLimit_MaxFileGroups = 2
FsrmReportLimit_MaxOwners = 3
FsrmReportLimit_MaxFilesPerFileGroup = 4
FsrmReportLimit_MaxFilesPerOwner = 5
FsrmReportLimit_MaxFilesPerDuplGroup = 6
FsrmReportLimit_MaxDuplicateGroups = 7
FsrmReportLimit_MaxQuotas = 8
FsrmReportLimit_MaxFileScreenEvents = 9
FsrmReportLimit_MaxPropertyValues = 10
FsrmReportLimit_MaxFilesPerPropertyValue = 11
FsrmReportLimit_MaxFolders = 12// FsrmReportLimit
pub const FsrmReportLimit_MaxFiles: i32 = 1;
pub const FsrmReportLimit_MaxFileGroups: i32 = 2;
pub const FsrmReportLimit_MaxOwners: i32 = 3;
pub const FsrmReportLimit_MaxFilesPerFileGroup: i32 = 4;
pub const FsrmReportLimit_MaxFilesPerOwner: i32 = 5;
pub const FsrmReportLimit_MaxFilesPerDuplGroup: i32 = 6;
pub const FsrmReportLimit_MaxDuplicateGroups: i32 = 7;
pub const FsrmReportLimit_MaxQuotas: i32 = 8;
pub const FsrmReportLimit_MaxFileScreenEvents: i32 = 9;
pub const FsrmReportLimit_MaxPropertyValues: i32 = 10;
pub const FsrmReportLimit_MaxFilesPerPropertyValue: i32 = 11;
pub const FsrmReportLimit_MaxFolders: i32 = 12;// FsrmReportLimit
const (
FsrmReportLimit_MaxFiles int32 = 1
FsrmReportLimit_MaxFileGroups int32 = 2
FsrmReportLimit_MaxOwners int32 = 3
FsrmReportLimit_MaxFilesPerFileGroup int32 = 4
FsrmReportLimit_MaxFilesPerOwner int32 = 5
FsrmReportLimit_MaxFilesPerDuplGroup int32 = 6
FsrmReportLimit_MaxDuplicateGroups int32 = 7
FsrmReportLimit_MaxQuotas int32 = 8
FsrmReportLimit_MaxFileScreenEvents int32 = 9
FsrmReportLimit_MaxPropertyValues int32 = 10
FsrmReportLimit_MaxFilesPerPropertyValue int32 = 11
FsrmReportLimit_MaxFolders int32 = 12
)const
FsrmReportLimit_MaxFiles = 1;
FsrmReportLimit_MaxFileGroups = 2;
FsrmReportLimit_MaxOwners = 3;
FsrmReportLimit_MaxFilesPerFileGroup = 4;
FsrmReportLimit_MaxFilesPerOwner = 5;
FsrmReportLimit_MaxFilesPerDuplGroup = 6;
FsrmReportLimit_MaxDuplicateGroups = 7;
FsrmReportLimit_MaxQuotas = 8;
FsrmReportLimit_MaxFileScreenEvents = 9;
FsrmReportLimit_MaxPropertyValues = 10;
FsrmReportLimit_MaxFilesPerPropertyValue = 11;
FsrmReportLimit_MaxFolders = 12;// FsrmReportLimit
pub const FsrmReportLimit_MaxFiles: i32 = 1;
pub const FsrmReportLimit_MaxFileGroups: i32 = 2;
pub const FsrmReportLimit_MaxOwners: i32 = 3;
pub const FsrmReportLimit_MaxFilesPerFileGroup: i32 = 4;
pub const FsrmReportLimit_MaxFilesPerOwner: i32 = 5;
pub const FsrmReportLimit_MaxFilesPerDuplGroup: i32 = 6;
pub const FsrmReportLimit_MaxDuplicateGroups: i32 = 7;
pub const FsrmReportLimit_MaxQuotas: i32 = 8;
pub const FsrmReportLimit_MaxFileScreenEvents: i32 = 9;
pub const FsrmReportLimit_MaxPropertyValues: i32 = 10;
pub const FsrmReportLimit_MaxFilesPerPropertyValue: i32 = 11;
pub const FsrmReportLimit_MaxFolders: i32 = 12;const
FsrmReportLimit_MaxFiles* = 1
FsrmReportLimit_MaxFileGroups* = 2
FsrmReportLimit_MaxOwners* = 3
FsrmReportLimit_MaxFilesPerFileGroup* = 4
FsrmReportLimit_MaxFilesPerOwner* = 5
FsrmReportLimit_MaxFilesPerDuplGroup* = 6
FsrmReportLimit_MaxDuplicateGroups* = 7
FsrmReportLimit_MaxQuotas* = 8
FsrmReportLimit_MaxFileScreenEvents* = 9
FsrmReportLimit_MaxPropertyValues* = 10
FsrmReportLimit_MaxFilesPerPropertyValue* = 11
FsrmReportLimit_MaxFolders* = 12enum FsrmReportLimit : int {
FsrmReportLimit_MaxFiles = 1,
FsrmReportLimit_MaxFileGroups = 2,
FsrmReportLimit_MaxOwners = 3,
FsrmReportLimit_MaxFilesPerFileGroup = 4,
FsrmReportLimit_MaxFilesPerOwner = 5,
FsrmReportLimit_MaxFilesPerDuplGroup = 6,
FsrmReportLimit_MaxDuplicateGroups = 7,
FsrmReportLimit_MaxQuotas = 8,
FsrmReportLimit_MaxFileScreenEvents = 9,
FsrmReportLimit_MaxPropertyValues = 10,
FsrmReportLimit_MaxFilesPerPropertyValue = 11,
FsrmReportLimit_MaxFolders = 12,
}#define global FsrmReportLimit_MaxFiles 0x1
#define global FsrmReportLimit_MaxFileGroups 0x2
#define global FsrmReportLimit_MaxOwners 0x3
#define global FsrmReportLimit_MaxFilesPerFileGroup 0x4
#define global FsrmReportLimit_MaxFilesPerOwner 0x5
#define global FsrmReportLimit_MaxFilesPerDuplGroup 0x6
#define global FsrmReportLimit_MaxDuplicateGroups 0x7
#define global FsrmReportLimit_MaxQuotas 0x8
#define global FsrmReportLimit_MaxFileScreenEvents 0x9
#define global FsrmReportLimit_MaxPropertyValues 0xA
#define global FsrmReportLimit_MaxFilesPerPropertyValue 0xB
#define global FsrmReportLimit_MaxFolders 0xC