DMOUnregisterFilter (Windows CE 5.0)
This function removes the registry entries for a DMO created by a previous call to DMORegisterFilter.
HRESULT DMOUnregisterFilter(REFCLSIDclsidAutoWrap,);
Parameters
- clsidAutoWrap
Class identifier (CLSID) of the DMO.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
---|---|
S_FALSE | This CLSID was not registered in the specified category |
S_OK | Success |
E_INVALIDARG | Invalid argument |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Msdmo.lib
See Also
DMO Functions | DMORegisterFilter | DMORegister | DMO GUIDs
Send Feedback on this topic to the authors