Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
Create creates a thread to execute within the virtual address space of the calling process.
Types ¶
type DesiredAccess ¶
type DesiredAccess uint32
DesiredAccess defines the type alias for thread's access modifiers
const ( // QueryLimitedInformation is required to get certain information from the thread objects (e.g. PID to which pertains some thread) QueryLimitedInformation DesiredAccess = 0x0800 )
Click to show internal directories.
Click to hide internal directories.