| Microsoft DirectShow 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.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also