MLDataSourceId (Compact 7)
3/12/2014
This enumeration identifies data source identifiers.
Syntax
typedef enum _ DataSourceId{
ML_DS_None = 0,
ML_DS_FileSystem = 1,
ML_DS_DLNA = 2,
ML_DS_MAX = 16
} DataSourceId;
Members
- ML_DS_None
No data sources are available.
- ML_DS_FileSystem
A file on the computer.
- ML_DS_DLNA
A Digital Living Network Alliance (DLNA) plug-in module.
- ML_DS_MAX
The maximum number of data sources for this enumeration.
Remarks
You use this enumeration in the ID member of the MLDataSource structure.
Requirements
Header |
mlibdll.h, |