thread::native_handle Method
Returns the implementation-specific type that represents the thread handle. The thread handle can be used in implementation-specific ways.
native_handle_type native_handle();
Return Value
native_handle_type is defined as a Win32 HANDLE that's cast as void *.
Requirements
Header: thread
Namespace: std