Share via


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

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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

COutputQueue Class