Microsoft DirectX 9.0

IFilterMapper::UnregisterFilter

Note   The IFilterMapper interface is deprecated. Use IFilterMapper2 instead.

Removes the registration of this filter from the registry.

Syntax

HRESULT UnregisterFilter(
    CLSID Filter
);

Parameters

Filter

[in] GUID of the filter.

Return Value

Returns an HRESULT value.

See Also