Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
A data type used for specifying the security access attributes in the registry.
| Constant | Description |
|---|---|
|
Combination of KEY_QUERY_VALUE, KEY_ENUMERATE_SUB_KEYS, KEY_NOTIFY, KEY_CREATE_SUB_KEY, KEY_CREATE_LINK, and KEY_SET_VALUE access. |
|
Permission to create a symbolic link. |
|
Permission to create subkeys. |
|
Permission to enumerate subkeys. |
|
Permission for read access. |
|
Permission for change notification. |
|
Permission to query subkey data. |
|
Combination of KEY_QUERY_VALUE, KEY_ENUMERATE_SUB_KEYS, and KEY_NOTIFY access. |
|
Permission to set subkey data. |
|
Combination of KEY_SET_VALUE and KEY_CREATE_SUB_KEY access. |
Remarks
A REGSAM value can be one or more of the listed values.
Requirements
| Requirement | Value |
|---|---|
| Header |
|