Condividi tramite


DMOUnregister (Windows CE 5.0)

Send Feedback

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

DMO Functions | DMO GUIDs

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.