Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateAccess ¶
type DuplicateAccess uint32
DuplicateAccess is the enum for handle duplicate access flags.
const ( // ThreadQueryAccess determines that handle duplication requires the ability to query thread info. ThreadQueryAccess DuplicateAccess = 0x0040 // ProcessQueryAccess determines that handle duplication requires the ability to query process info. ProcessQueryAccess DuplicateAccess = 0x1000 // ReadControlAccess specifies the ability to query the security descriptor. ReadControlAccess DuplicateAccess = 0x00020000 // SemaQueryAccess is the duplicate access type required for synchronization objects such as mutants. SemaQueryAccess DuplicateAccess = 0x0001 // AllAccess doesn't specify the access mask. AllAccess DuplicateAccess = 0 )
Click to show internal directories.
Click to hide internal directories.