다음을 통해 공유


ServerInfoCollection_t::GetServerInfo (Windows CE 5.0)

Send Feedback

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

ServerInfoCollection_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.