Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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