Microsoft DirectX 8.1 (C++)

IFilterMapper::UnregisterPin

Note   The IFilterMapper interface is deprecated.

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.