All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CreateThreadResult

Result of creating a new thread.

Overview

This struct is used to return the id and handle of the created thread.

Public Attributes

ThreadId id
 The unique id of the thread.
 
ThreadHandle handle
 The platform-specific handle of the thread.
 

Member Data Documentation

◆ handle

ThreadHandle handle

The platform-specific handle of the thread.

See also
ThreadHandle

◆ id

The unique id of the thread.

See also
ThreadId

The documentation for this struct was generated from the following file: