getOsHandle

This method returns the operating system ID for the thread. This method is operating system-dependent.

Visibility
Public
Signatures
void* getOsHandle();

void* getOsHandle(void*& osHandle);
Parameters for signature 2
osHandle

Specifies the operating system handle

Returns

The operating system ID for the thread

Notes

Feedback