CMsgThread::GetThreadID (Compact 2013)

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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CMsgThread Class