Win32 API 日本語リファレンス
ホームSystem.GroupPolicy › GPMSearchProperty

GPMSearchProperty

列挙型
基底型i4

メンバー 15

名前10進16進
gpoPermissions00x0
gpoEffectivePermissions10x1
gpoDisplayName20x2
gpoWMIFilter30x3
gpoID40x4
gpoComputerExtensions50x5
gpoUserExtensions60x6
somLinks70x7
gpoDomain80x8
backupMostRecent90x9
starterGPOPermissions100xA
starterGPOEffectivePermissions110xB
starterGPODisplayName120xC
starterGPOID130xD
starterGPODomain140xE

各言語での定義

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

typedef enum GPMSearchProperty : int {
    gpoPermissions = 0,
    gpoEffectivePermissions = 1,
    gpoDisplayName = 2,
    gpoWMIFilter = 3,
    gpoID = 4,
    gpoComputerExtensions = 5,
    gpoUserExtensions = 6,
    somLinks = 7,
    gpoDomain = 8,
    backupMostRecent = 9,
    starterGPOPermissions = 10,
    starterGPOEffectivePermissions = 11,
    starterGPODisplayName = 12,
    starterGPOID = 13,
    starterGPODomain = 14
} GPMSearchProperty;
public enum GPMSearchProperty : int
{
    gpoPermissions = 0,
    gpoEffectivePermissions = 1,
    gpoDisplayName = 2,
    gpoWMIFilter = 3,
    gpoID = 4,
    gpoComputerExtensions = 5,
    gpoUserExtensions = 6,
    somLinks = 7,
    gpoDomain = 8,
    backupMostRecent = 9,
    starterGPOPermissions = 10,
    starterGPOEffectivePermissions = 11,
    starterGPODisplayName = 12,
    starterGPOID = 13,
    starterGPODomain = 14,
}
Public Enum GPMSearchProperty As Integer
    gpoPermissions = 0
    gpoEffectivePermissions = 1
    gpoDisplayName = 2
    gpoWMIFilter = 3
    gpoID = 4
    gpoComputerExtensions = 5
    gpoUserExtensions = 6
    somLinks = 7
    gpoDomain = 8
    backupMostRecent = 9
    starterGPOPermissions = 10
    starterGPOEffectivePermissions = 11
    starterGPODisplayName = 12
    starterGPOID = 13
    starterGPODomain = 14
End Enum
import enum

class GPMSearchProperty(enum.IntEnum):
    gpoPermissions = 0
    gpoEffectivePermissions = 1
    gpoDisplayName = 2
    gpoWMIFilter = 3
    gpoID = 4
    gpoComputerExtensions = 5
    gpoUserExtensions = 6
    somLinks = 7
    gpoDomain = 8
    backupMostRecent = 9
    starterGPOPermissions = 10
    starterGPOEffectivePermissions = 11
    starterGPODisplayName = 12
    starterGPOID = 13
    starterGPODomain = 14
// GPMSearchProperty
pub const gpoPermissions: i32 = 0;
pub const gpoEffectivePermissions: i32 = 1;
pub const gpoDisplayName: i32 = 2;
pub const gpoWMIFilter: i32 = 3;
pub const gpoID: i32 = 4;
pub const gpoComputerExtensions: i32 = 5;
pub const gpoUserExtensions: i32 = 6;
pub const somLinks: i32 = 7;
pub const gpoDomain: i32 = 8;
pub const backupMostRecent: i32 = 9;
pub const starterGPOPermissions: i32 = 10;
pub const starterGPOEffectivePermissions: i32 = 11;
pub const starterGPODisplayName: i32 = 12;
pub const starterGPOID: i32 = 13;
pub const starterGPODomain: i32 = 14;
// GPMSearchProperty
const (
	gpoPermissions int32 = 0
	gpoEffectivePermissions int32 = 1
	gpoDisplayName int32 = 2
	gpoWMIFilter int32 = 3
	gpoID int32 = 4
	gpoComputerExtensions int32 = 5
	gpoUserExtensions int32 = 6
	somLinks int32 = 7
	gpoDomain int32 = 8
	backupMostRecent int32 = 9
	starterGPOPermissions int32 = 10
	starterGPOEffectivePermissions int32 = 11
	starterGPODisplayName int32 = 12
	starterGPOID int32 = 13
	starterGPODomain int32 = 14
)
const
  gpoPermissions = 0;
  gpoEffectivePermissions = 1;
  gpoDisplayName = 2;
  gpoWMIFilter = 3;
  gpoID = 4;
  gpoComputerExtensions = 5;
  gpoUserExtensions = 6;
  somLinks = 7;
  gpoDomain = 8;
  backupMostRecent = 9;
  starterGPOPermissions = 10;
  starterGPOEffectivePermissions = 11;
  starterGPODisplayName = 12;
  starterGPOID = 13;
  starterGPODomain = 14;
// GPMSearchProperty
pub const gpoPermissions: i32 = 0;
pub const gpoEffectivePermissions: i32 = 1;
pub const gpoDisplayName: i32 = 2;
pub const gpoWMIFilter: i32 = 3;
pub const gpoID: i32 = 4;
pub const gpoComputerExtensions: i32 = 5;
pub const gpoUserExtensions: i32 = 6;
pub const somLinks: i32 = 7;
pub const gpoDomain: i32 = 8;
pub const backupMostRecent: i32 = 9;
pub const starterGPOPermissions: i32 = 10;
pub const starterGPOEffectivePermissions: i32 = 11;
pub const starterGPODisplayName: i32 = 12;
pub const starterGPOID: i32 = 13;
pub const starterGPODomain: i32 = 14;
const
  gpoPermissions* = 0
  gpoEffectivePermissions* = 1
  gpoDisplayName* = 2
  gpoWMIFilter* = 3
  gpoID* = 4
  gpoComputerExtensions* = 5
  gpoUserExtensions* = 6
  somLinks* = 7
  gpoDomain* = 8
  backupMostRecent* = 9
  starterGPOPermissions* = 10
  starterGPOEffectivePermissions* = 11
  starterGPODisplayName* = 12
  starterGPOID* = 13
  starterGPODomain* = 14
enum GPMSearchProperty : int {
    gpoPermissions = 0,
    gpoEffectivePermissions = 1,
    gpoDisplayName = 2,
    gpoWMIFilter = 3,
    gpoID = 4,
    gpoComputerExtensions = 5,
    gpoUserExtensions = 6,
    somLinks = 7,
    gpoDomain = 8,
    backupMostRecent = 9,
    starterGPOPermissions = 10,
    starterGPOEffectivePermissions = 11,
    starterGPODisplayName = 12,
    starterGPOID = 13,
    starterGPODomain = 14,
}
#define global gpoPermissions                 0x0
#define global gpoEffectivePermissions        0x1
#define global gpoDisplayName                 0x2
#define global gpoWMIFilter                   0x3
#define global gpoID                          0x4
#define global gpoComputerExtensions          0x5
#define global gpoUserExtensions              0x6
#define global somLinks                       0x7
#define global gpoDomain                      0x8
#define global backupMostRecent               0x9
#define global starterGPOPermissions          0xA
#define global starterGPOEffectivePermissions 0xB
#define global starterGPODisplayName          0xC
#define global starterGPOID                   0xD
#define global starterGPODomain               0xE