MediaQueryEngine_t::KnownMediaServers (Windows CE 5.0)

Send Feedback

The KnownMediaServers function returns a ServerInfoCollection_t object.

Syntax

ServerInfoCollection_t KnownMediaServers( void );

Parameters

None.

Return Value

This method returns a ServerInfoCollection_t object.

Remarks

Call IsValid on the returned ServerInfoCollection_t to make sure it is valid. If the returned ServerInfoCollection_t object is not valid, call GetLastError to find out reason for the failure.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.

See Also

MediaQueryEngine_t | ServerInfoCollection_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.