Microsoft Windows CE 3.0  

COutputQueue::InitialThreadProc

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.

Implements the static member function that the thread executes on thread creation.

static DWORD WINAPI InitialThreadProc(
LPVOID
pv
);

Parameters

pv
The thispointer for the COutputQueueobject.

Return Values

The derived class defines the meaning of the return value.

Remarks

On thread creation, the worker thread executes this static function with a pointer to the COutputQueueobject as the parameter. This function simply calls the COutputQueue::ThreadProcmember function of that object (that is, the function pointed to by pv).