CAMThread::InitialThreadProc
Receives a this pointer and calls the CAMThread::ThreadProc member function.
DWORD InitialThreadProc(
LPVOID pv);
Parameters
- pv
The this pointer.
Return Values
Returns the DWORD returned by CAMThread::ThreadProc. This DWORD is not defined by this class.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.