MediaQueryEngine_t::UnInitialize (Windows CE 5.0)

Send Feedback

The Unintialize method returns the MediaQueryEngine to UnInitialized state.

Syntax

bool UnInitialize (void);

Parameters

None.

Return Value

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

Value Description
TRUE MediaQueryEngine is UnInitialized
FALSE GetLastError() would indicate reason for failure

Remarks

None.

Requirements

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

See Also

MediaQueryEngine_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.