Microsoft Windows CE 3.0  

CMsgThread::CreateThread

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Creates a thread.

BOOL CreateThread( );

Return Values

Returns one of the following values.

TRUE Thread was successfully created.
FALSE Thread was not successfully created.

Remarks

The thread will loop, blocking until a request is queued (through the CMsgThread::PutThreadMsgmember function) and then calling the CMsgThread::ThreadMessageProcmember function with each message.