Share via


CSourceStream::Init (Compact 2013)

3/26/2014

Initializes the worker thread.

Syntax

HRESULT Init(void);

Parameters

None.

Return Value

Returns an HRESULT value, including the following values.

Value

Description

S_OK

Thread was initialized successfully.

S_FALSE

Thread was already initialized.

Remarks

The CSourceStream::Active member function calls this member function.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSourceStream Class