Share via


CSourceStream::Active (Compact 2013)

3/26/2014

Starts the worker thread.

Syntax

HRESULT Active(void);

Parameters

None.

Return Value

Returns an HRESULT, which can be one of the following.

Value

Description

E_FAIL

Thread could not start.

S_FALSE

Pin is already active.

S_OK

Thread was started successfully.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSourceStream Class