Share via


CMsgThread::CMsgThread (Compact 2013)

3/26/2014

Constructs a CMsgThread object.

Syntax

CMsgThread( );

Parameters

None.

Return Value

None.

Remarks

Constructing a message thread object does not automatically create the thread. You must call the CMsgThread::CreateThread member function to create the thread.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CMsgThread Class