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 unregisters a DMO.
HRESULT DMOUnregister(REFCLSIDclsidDMO,REFGUIDguidCategory);
Parameters
- clsidDMO
Class identifier (CLSID) of the DMO. - guidCategory
One of the DMO GUIDs. It specifies the category from which to remove the DMO. Use GUID_NULL to unregister the DMO from every category.
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
Send Feedback on this topic to the authors