Microsoft Windows CE 3.0  

CAMThread::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.

Receives a thispointer and calls the CAMThread::ThreadProcmember function.

DWORD InitialThreadProc(
LPVOID
pv
);

Parameters

pv
The thispointer.

Return Values

Returns the DWORDreturned by CAMThread::ThreadProc. This DWORDis not defined by this class.