Share via


IFilterMapper::UnregisterPin

 
Microsoft DirectShow 9.0

IFilterMapper::UnregisterPin

  • Note   The IFilterMapper interface is deprecated. Use IFilterMapper2 instead.

Removes the registration of this pin from the registry.

Syntax

  HRESULT UnregisterPin(
    CLSID Filter,
    LPCWSTR Name
);

Parameters

Filter

[in] GUID of the filter that this pin is part of.

Name

[in] Name of the pin.

Return Value

Returns an HRESULT value.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.