IFilterMapper::UnregisterPin method (strmif.h)
Note The IFilterMapper interface is deprecated. Use IFilterMapper2 instead.
Syntax
HRESULT UnregisterPin(
[in] CLSID Filter,
[in] LPCWSTR Name
);
Parameters
[in] Filter
GUID of the filter that this pin is part of.
[in] Name
Name of the pin.
Return value
Returns an HRESULT value.
Requirements
Target Platform | Windows |
Header | strmif.h (include Dshow.h) |