Share via


CPullPin::Inactive (Compact 2013)

3/26/2014

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

Syntax

HRESULT Inactive(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function calls the IAsyncReader::BeginFlush method, ends the thread, calls the IAsyncReader::EndFlush method and then decommits the allocator.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CPullPin Class