Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Retrieves the thread's identifier.
Syntax
DWORD GetThreadID( );
Parameters
None.
Return Value
Returns the m_ThreadId private data member.
Remarks
This function returns the Win32 identifier for the worker thread. You can call this member function on either the worker thread or a client thread.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |