CAMThread::InitialThreadProc (Compact 2013)

3/26/2014

Receives a this pointer and calls the CAMThread::ThreadProc member function.

Syntax

DWORD InitialThreadProc(
  LPVOID pv
);

Parameters

  • pv
    The this pointer.

Return Value

Returns the DWORD returned by CAMThread::ThreadProc. This DWORD is not defined by this class.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CAMThread Class