Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
The State method returns the current state of the library.
Syntax
QueryEngineState_e State ( void );
Parameters
None.
Return Value
This method returns the current MediaQueryEngine state. The possible values are:
| Value | Description |
|---|---|
UnInitialized |
Initialize has not been called. |
Error |
An error was encountered while initializing or starting MediaQueryEngine. |
Stopped |
Initialize has been called successfully. You can call Start to run MediaQueryEngine. |
Running |
MediaQueryEngine is actively searching for UPnP servers and is dispatching events. |
Requirements
| Header | mediaqueryengine.hpp |
| Library | MQELib.lib |
| Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |