COutputQueue::InitialThreadProc (Compact 2013)
3/26/2014
Implements the static member function that the thread executes on thread creation.
Syntax
static DWORD WINAPI InitialThreadProc(
LPVOID pv
);
Parameters
- pv
The this pointer for the COutputQueue object.
Return Value
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 COutputQueue object as the parameter.
This function simply calls the COutputQueue::ThreadProc member function of that object (that is, the function pointed to by pv).
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |