MLDSItem (Compact 7)
3/12/2014
This structure contains a single media item that is returned from a data source plug-in.
Syntax
typedef struct _MLDSItem {
BSTR URL;
FILETIME ftTimeStamp;
ULONGLONG cbFileSize;
} MLDSItem;
Parameters
- URL
String containing the location of the returned media item.
- ftTimeStamp
Time and dates for the file in FILETIME format.
- cbFileSize
Size of the file in bytes.
Requirements
Header |
mlibdll.h, |