CPullPin::Active (Compact 2013)

3/26/2014

Instructs the pin to start pulling data from the asynchronous reader.

Syntax

HRESULT Active(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

The reader interface must be retrieved and the allocator decided before calling this member function. This is handled by the CPullPin::Connect member function.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CPullPin Class