CBaseInputPin::Disconnect (Compact 2013)

3/26/2014

Releases the stored allocator.

Syntax

HRESULT Disconnect( );

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function overrides the CBasePin::Disconnect member function.

It calls CBasePin::Disconnect first, and then releases the allocator held by m_pAllocator.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseInputPin Class