CMsgThread::GetThreadID
Microsoft DirectShow 9.0 |
CMsgThread::GetThreadID
Retrieves the thread's identifier.
Syntax
DWORD GetThreadID(void);
Return Value
Returns the m_ThreadId private data member.
Remarks
This function returns the Microsoft Win32 identifier for the worker thread. You can call this member function on either the worker thread or a client thread.
Requirements
** Header:** Declared in Msgthrd.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also