const¶
- class gonto.win32.const.ACCESS_MASK(*values)¶
Standard, specific, and generic rights.
See:
https://learn.microsoft.com/en-us/windows/win32/secauthz/access-mask
https://learn.microsoft.com/en-us/windows/win32/secauthz/access-mask-format
https://learn.microsoft.com/en-us/windows/win32/secauthz/generic-access-rights
- GENERIC_ALL = 268435456¶
- GENERIC_EXECUTE = 536870912¶
- GENERIC_READ = 2147483648¶
- GENERIC_WRITE = 1073741824¶
- gonto.win32.const.ERROR_NO_MORE_FILES = 18¶
Win32: There are no more files.
- gonto.win32.const.ERROR_SUCCESS = 0¶
Win32: The operation completed successfully.