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.
1/5/2010
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
| Header | mediaqueryengine.hpp |
| Library | MQELib.lib |
| Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |