getOsHandle

This method calls the getOsHandle operation for the message queue to retrieve the native operating system handle to the thread. This handle is used to identify a thread or to apply operating system-specific operations to a thread.

Visibility

Public

Signature
virtual void* getOsHandle() const
Returns

The handle


Feedback