Share via


CSource::RemovePin (Compact 2013)

3/26/2014

Removes a pin from the source filter.

Syntax

HRESULT RemovePin(
  CSourceStream* pStream 
);

Parameters

Return Value

Returns S_OK if successful or S_FALSE if unsuccessful.

Remarks

The pStream parameter is not deleted. This member function adjusts pin locations in the m_paStreams array.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSource Class