次の方法で共有


MediaItem_t::IsValid (Windows CE 5.0)

Send Feedback

The IsValid method tells if the MediaItem_t object is valid. A MediaItem_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 are:

Value Description
TRUE The MediaItem_t is valid.
VALUE The MediaItem_t object is not valid. Check GetLastError() value for more information about the cause behind the failure.

Requirements

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

See Also

MediaItem_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.