ServerInfoCollection_t::GetServerInfo (Windows CE 5.0)
This method returns a ServerInfo_t object for the requested server.
Syntax
ServerInfo_t GetServerInfo (
int Index
);
Parameters
- Index
Index for the server info object.
Return Value
This method returns the requested ServerInfo_t object.
Remarks
You would get the TotalServers() and call GetServerInfo for any index from 0 to ServerInfoCollection.TotalServers() – 1 ( if ServerInfoCollection.TotalServers() > 0 ).
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