Share via


ServerInfoCollection_t::IsValid (Windows Embedded CE 6.0)

1/5/2010

The IsValid method tells if the ServerInfoCollection_t object is valid. A ServerInfoCollection_t object is valid if it has a non-null implementation object associated with it.

Syntax

bool IsValid ( none );

Parameters

None.

Return Value

This method returns a bool indicating if the object is valid. Possible values include the following:

Value Description

TRUE

The ServerInfoCollection_t is valid.

FALSE

The ServerInfoCollection_t object is not valid. Check GetLastError() value for more information about the cause behind the failure.

Remarks

None.

Requirements

Header mediaqueryengine.hpp
Library MQELib.lib
Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later

See Also

Reference

ServerInfoCollection_t