Microsoft DirectX 9.0

IFilterMapper::UnregisterFilterInstance

Note   The IFilterMapper interface is deprecated. Use IFilterMapper2 instead.

Removes the registration of this filter instance from the registry.

Syntax

HRESULT UnregisterFilterInstance(
    CLSID MRId
);

Parameters

MRId

[in] Media resource identifier of this instance.

Return Value

Returns an HRESULT value.

See Also