MediaItem_t::IsContainer (Windows Embedded CE 6.0)
1/5/2010
The IsContainer method tells if the MediaItem_t object is a container. A container is a non-playable media item. These items do not 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
Header | mediaqueryengine.hpp |
Library | MQELib.lib |
Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |