Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors