ServerInfoCollection_t::GetServerInfo (Windows Embedded CE 6.0)
1/5/2010
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
Header | mediaqueryengine.hpp |
Library | MQELib.lib |
Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |