Share via


MediaQueryEngine_t::UnInitialize (Windows Embedded CE 6.0)

1/5/2010

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

Header mediaqueryengine.hpp
Library MQELib.lib
Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later

See Also

Reference

MediaQueryEngine_t