Share via


MediaQueryEngine_t::UnRegisterContentUpdateCallback (Windows CE 5.0)

Send Feedback

The UnRegisterContentUpdateCallback removes the callback from the list of registered callbacks**.**

Syntax

bool UnRegisterContentUpdateCallback(   const   ContentUpdateCallback_t*   pCallbackObj 
);

Parameters

  • pCallbackObj
    The object which was registered using RegisterContentUpdateCallback.

Return Value

This method returns a bool indicting the success/failure of the operation. Possible values include the following:

Value Description
TRUE The unregister was successful.
FALSE There was either an error or wait timed out. Check the GetLastError() value for more information about the cause for failure.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.

See Also

MediaQueryEngine_t | ServerInfoCollection_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.