Share via


MediaQueryEngine_t::Stop (Windows Embedded CE 6.0)

1/5/2010

The Stop method stops UPnP monitoring and event notification and returns the MediaQueryEngine into Stopped state.

Syntax

bool Stop ( void );

Parameters

None.

Return Value

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

Value Description

TRUE

MediaQueryEngine is Stopped

FALSE

There was error stopping MQE. Check GetLastError() value for more information about the cause 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