MLDataSourceFlags (Compact 7)
3/12/2014
This enumeration identifies the operations supported by the data source module.
Syntax
typedef enum _ DataSourceFlags{
ML_DS_None = 0,
ML_DS_Pull = 1,
ML_DS_Push = 2,
ML_DS_Browse = 4,
} DataSourceFlags;
Members
- ML_DS_None
The data source does not support operations.
- ML_DS_Pull
The data source supports pull operations from IMLCore::ScanLocation.
- ML_DS_Push
The data source supports push queue operations.
- ML_DS_Browse
The data source supports browse operations through the IMLCore::QueryLocation method.
Remarks
This enumeration is used in the Flags member in the MLDataSource structure.
Requirements
Header |
mlibdll.h, |