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.
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 hasn't 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
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.
See Also
Send Feedback on this topic to the authors