AccessMask
Generic Windows object access rights.
Domain-specific rights such as winreg.AccessMask are
subtypes. This type names generically applicable rights only.
Inherits from: Iterable[AccessRight]
Implements: std.FlagSet[AccessRight]
Class Methods
from_int value -> AccessMask
Constructs a mask from a native integer, preserving unknown bits.
Parameters
| Name | Type | Description |
|---|---|---|
value |
Int |
Native mask bits. |
Fields
generic_rights @ AccessMaskThe generic-rights portion.
int @ IntThe native integer mask.
specific_rights @ IntThe object-specific low 16 bits.
standard_rights @ AccessMaskThe standard-rights portion.