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

FsrmReportLimit

列挙型
基底型i4

メンバー 12

名前10進16進
FsrmReportLimit_MaxFiles10x1
FsrmReportLimit_MaxFileGroups20x2
FsrmReportLimit_MaxOwners30x3
FsrmReportLimit_MaxFilesPerFileGroup40x4
FsrmReportLimit_MaxFilesPerOwner50x5
FsrmReportLimit_MaxFilesPerDuplGroup60x6
FsrmReportLimit_MaxDuplicateGroups70x7
FsrmReportLimit_MaxQuotas80x8
FsrmReportLimit_MaxFileScreenEvents90x9
FsrmReportLimit_MaxPropertyValues100xA
FsrmReportLimit_MaxFilesPerPropertyValue110xB
FsrmReportLimit_MaxFolders120xC

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 12
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,
}
#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