ホーム › Security.Authorization.UI › 定数
定数
28Windows.Win32.Security.Authorization.UI
| 名前 | 型 | 値 |
|---|---|---|
| SI_EDIT_PERMS | INT | 0 |
| SI_EDIT_OWNER | INT | 1 |
| SI_CONTAINER | INT | 4 |
| SI_READONLY | INT | 8 |
| SI_RESET | INT | 32 |
| SI_OWNER_READONLY | INT | 64 |
| SI_OWNER_RECURSE | INT | 256 |
| SI_NO_ACL_PROTECT | INT | 512 |
| SI_NO_TREE_APPLY | INT | 1024 |
| SI_PAGE_TITLE | INT | 2048 |
| SI_SERVER_IS_DC | INT | 4096 |
| SI_RESET_DACL_TREE | INT | 16384 |
| SI_RESET_SACL_TREE | INT | 32768 |
| SI_OBJECT_GUID | INT | 65536 |
| SI_ACCESS_SPECIFIC | INT | 65536 |
| SI_ACCESS_GENERAL | INT | 131072 |
| SI_ACCESS_CONTAINER | INT | 262144 |
| SI_ACCESS_PROPERTY | INT | 524288 |
| DOBJ_RES_CONT | INT | 1 |
| DOBJ_RES_ROOT | INT | 2 |
| DOBJ_VOL_NTACLS | INT | 4 |
| DOBJ_COND_NTACLS | INT | 8 |
| DOBJ_RIBBON_LAUNCH | INT | 16 |
| CFSTR_ACLUI_SID_INFO_LIST | unknown | CFSTR_ACLUI_SID_INFO_LIST |
| SECURITY_OBJECT_ID_OBJECT_SD | DWORD | 1 |
| SECURITY_OBJECT_ID_SHARE | DWORD | 2 |
| SECURITY_OBJECT_ID_CENTRAL_POLICY | DWORD | 3 |
| SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE | DWORD | 4 |
各言語での定義
定数の定義。C/C++〜Go タブは数値定数のみ(GUID・文字列定数は上の表 / HSP タブを参照)。HSP は #define global。
#define SI_EDIT_PERMS 0
#define SI_EDIT_OWNER 1
#define SI_CONTAINER 4
#define SI_READONLY 8
#define SI_RESET 32
#define SI_OWNER_READONLY 64
#define SI_OWNER_RECURSE 256
#define SI_NO_ACL_PROTECT 512
#define SI_NO_TREE_APPLY 1024
#define SI_PAGE_TITLE 2048
#define SI_SERVER_IS_DC 4096
#define SI_RESET_DACL_TREE 16384
#define SI_RESET_SACL_TREE 32768
#define SI_OBJECT_GUID 65536
#define SI_ACCESS_SPECIFIC 65536
#define SI_ACCESS_GENERAL 131072
#define SI_ACCESS_CONTAINER 262144
#define SI_ACCESS_PROPERTY 524288
#define DOBJ_RES_CONT 1
#define DOBJ_RES_ROOT 2
#define DOBJ_VOL_NTACLS 4
#define DOBJ_COND_NTACLS 8
#define DOBJ_RIBBON_LAUNCH 16
#define SECURITY_OBJECT_ID_OBJECT_SD 1
#define SECURITY_OBJECT_ID_SHARE 2
#define SECURITY_OBJECT_ID_CENTRAL_POLICY 3
#define SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE 4public const int SI_EDIT_PERMS = 0;
public const int SI_EDIT_OWNER = 1;
public const int SI_CONTAINER = 4;
public const int SI_READONLY = 8;
public const int SI_RESET = 32;
public const int SI_OWNER_READONLY = 64;
public const int SI_OWNER_RECURSE = 256;
public const int SI_NO_ACL_PROTECT = 512;
public const int SI_NO_TREE_APPLY = 1024;
public const int SI_PAGE_TITLE = 2048;
public const int SI_SERVER_IS_DC = 4096;
public const int SI_RESET_DACL_TREE = 16384;
public const int SI_RESET_SACL_TREE = 32768;
public const int SI_OBJECT_GUID = 65536;
public const int SI_ACCESS_SPECIFIC = 65536;
public const int SI_ACCESS_GENERAL = 131072;
public const int SI_ACCESS_CONTAINER = 262144;
public const int SI_ACCESS_PROPERTY = 524288;
public const int DOBJ_RES_CONT = 1;
public const int DOBJ_RES_ROOT = 2;
public const int DOBJ_VOL_NTACLS = 4;
public const int DOBJ_COND_NTACLS = 8;
public const int DOBJ_RIBBON_LAUNCH = 16;
public const uint SECURITY_OBJECT_ID_OBJECT_SD = 1;
public const uint SECURITY_OBJECT_ID_SHARE = 2;
public const uint SECURITY_OBJECT_ID_CENTRAL_POLICY = 3;
public const uint SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE = 4;SI_EDIT_PERMS = 0
SI_EDIT_OWNER = 1
SI_CONTAINER = 4
SI_READONLY = 8
SI_RESET = 32
SI_OWNER_READONLY = 64
SI_OWNER_RECURSE = 256
SI_NO_ACL_PROTECT = 512
SI_NO_TREE_APPLY = 1024
SI_PAGE_TITLE = 2048
SI_SERVER_IS_DC = 4096
SI_RESET_DACL_TREE = 16384
SI_RESET_SACL_TREE = 32768
SI_OBJECT_GUID = 65536
SI_ACCESS_SPECIFIC = 65536
SI_ACCESS_GENERAL = 131072
SI_ACCESS_CONTAINER = 262144
SI_ACCESS_PROPERTY = 524288
DOBJ_RES_CONT = 1
DOBJ_RES_ROOT = 2
DOBJ_VOL_NTACLS = 4
DOBJ_COND_NTACLS = 8
DOBJ_RIBBON_LAUNCH = 16
SECURITY_OBJECT_ID_OBJECT_SD = 1
SECURITY_OBJECT_ID_SHARE = 2
SECURITY_OBJECT_ID_CENTRAL_POLICY = 3
SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE = 4pub const SI_EDIT_PERMS: i32 = 0;
pub const SI_EDIT_OWNER: i32 = 1;
pub const SI_CONTAINER: i32 = 4;
pub const SI_READONLY: i32 = 8;
pub const SI_RESET: i32 = 32;
pub const SI_OWNER_READONLY: i32 = 64;
pub const SI_OWNER_RECURSE: i32 = 256;
pub const SI_NO_ACL_PROTECT: i32 = 512;
pub const SI_NO_TREE_APPLY: i32 = 1024;
pub const SI_PAGE_TITLE: i32 = 2048;
pub const SI_SERVER_IS_DC: i32 = 4096;
pub const SI_RESET_DACL_TREE: i32 = 16384;
pub const SI_RESET_SACL_TREE: i32 = 32768;
pub const SI_OBJECT_GUID: i32 = 65536;
pub const SI_ACCESS_SPECIFIC: i32 = 65536;
pub const SI_ACCESS_GENERAL: i32 = 131072;
pub const SI_ACCESS_CONTAINER: i32 = 262144;
pub const SI_ACCESS_PROPERTY: i32 = 524288;
pub const DOBJ_RES_CONT: i32 = 1;
pub const DOBJ_RES_ROOT: i32 = 2;
pub const DOBJ_VOL_NTACLS: i32 = 4;
pub const DOBJ_COND_NTACLS: i32 = 8;
pub const DOBJ_RIBBON_LAUNCH: i32 = 16;
pub const SECURITY_OBJECT_ID_OBJECT_SD: u32 = 1;
pub const SECURITY_OBJECT_ID_SHARE: u32 = 2;
pub const SECURITY_OBJECT_ID_CENTRAL_POLICY: u32 = 3;
pub const SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE: u32 = 4;const (
SI_EDIT_PERMS int32 = 0
SI_EDIT_OWNER int32 = 1
SI_CONTAINER int32 = 4
SI_READONLY int32 = 8
SI_RESET int32 = 32
SI_OWNER_READONLY int32 = 64
SI_OWNER_RECURSE int32 = 256
SI_NO_ACL_PROTECT int32 = 512
SI_NO_TREE_APPLY int32 = 1024
SI_PAGE_TITLE int32 = 2048
SI_SERVER_IS_DC int32 = 4096
SI_RESET_DACL_TREE int32 = 16384
SI_RESET_SACL_TREE int32 = 32768
SI_OBJECT_GUID int32 = 65536
SI_ACCESS_SPECIFIC int32 = 65536
SI_ACCESS_GENERAL int32 = 131072
SI_ACCESS_CONTAINER int32 = 262144
SI_ACCESS_PROPERTY int32 = 524288
DOBJ_RES_CONT int32 = 1
DOBJ_RES_ROOT int32 = 2
DOBJ_VOL_NTACLS int32 = 4
DOBJ_COND_NTACLS int32 = 8
DOBJ_RIBBON_LAUNCH int32 = 16
SECURITY_OBJECT_ID_OBJECT_SD uint32 = 1
SECURITY_OBJECT_ID_SHARE uint32 = 2
SECURITY_OBJECT_ID_CENTRAL_POLICY uint32 = 3
SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE uint32 = 4
)#define global SI_EDIT_PERMS 0
#define global SI_EDIT_OWNER 1
#define global SI_CONTAINER 4
#define global SI_READONLY 8
#define global SI_RESET 32
#define global SI_OWNER_READONLY 64
#define global SI_OWNER_RECURSE 256
#define global SI_NO_ACL_PROTECT 512
#define global SI_NO_TREE_APPLY 1024
#define global SI_PAGE_TITLE 2048
#define global SI_SERVER_IS_DC 4096
#define global SI_RESET_DACL_TREE 16384
#define global SI_RESET_SACL_TREE 32768
#define global SI_OBJECT_GUID 65536
#define global SI_ACCESS_SPECIFIC 65536
#define global SI_ACCESS_GENERAL 131072
#define global SI_ACCESS_CONTAINER 262144
#define global SI_ACCESS_PROPERTY 524288
#define global DOBJ_RES_CONT 1
#define global DOBJ_RES_ROOT 2
#define global DOBJ_VOL_NTACLS 4
#define global DOBJ_COND_NTACLS 8
#define global DOBJ_RIBBON_LAUNCH 16
#define global CFSTR_ACLUI_SID_INFO_LIST "CFSTR_ACLUI_SID_INFO_LIST"
#define global SECURITY_OBJECT_ID_OBJECT_SD 1
#define global SECURITY_OBJECT_ID_SHARE 2
#define global SECURITY_OBJECT_ID_CENTRAL_POLICY 3
#define global SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE 4