次の方法で共有


MediaItem_t::IsContainer (Windows CE 5.0)

Send Feedback

The IsContainer method tells if the MediaItem_t object is a container. A container is a non-playable media item. These items don't have URIs associated with them.

Syntax

bool IsContainer ( none );

Parameters

None.

Return Value

Possible values include the following:

value Description
TRUE The MediaItem is a container
False If the GetLastError returns ERROR_SUCCESS., this means the MediaItem is not a container type. Else, the last error would be set to EROR_INVALID_STATE indicating that the function has been called on an invalid MediaItem_t object.

Remarks

None.

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.