MediaItemBatch_t::GetMediaItem (Windows CE 5.0)
The GetMediaItem method returns a MediaItem_t object.
Syntax
MediaItem_t GetMediaItem(
int Index
);
Parameters
- Index
The index of the item.
Return Value
Returns a MediaItem_t object.
Remarks
Call IsValid on the MediaItem_t object to make sure the MediaItem is valid. If it is not valid, call GetLastError() to find the reason for failure.
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