These values are used with the BDataManager::HasCapabilities method.
Defines | |
| #define | CAP_READ_FROM_DIRECTORY 0x00000002 |
| The reader reads from multiple files in a directory. | |
| #define | CAP_READ_FROM_FILE 0x00000001 |
| The reader reads from a single file. | |
| #define | CAP_READ_FROM_FILE_LIST 0x00000004 |
| The reader reads from multiple files that have been individually listed. | |
| #define | CAP_TEXT_FEATURES 0x00000020 |
| The format supports text features. | |
| #define | CAP_WRITE_TO_DIRECTORY 0x00000010 |
| The writer writes to multiple files in a direcotry. | |
| #define | CAP_WRITE_TO_FILE 0x00000008 |
| The writer writes to a single file. | |
| #define | CAP_WRITE_TO_FILE_OPTIMIZED 0x00000040 |
| For large file writing, writing is incremental. | |
| #define CAP_READ_FROM_DIRECTORY 0x00000002 |
The reader reads from multiple files in a directory.
| #define CAP_READ_FROM_FILE 0x00000001 |
The reader reads from a single file.
| #define CAP_READ_FROM_FILE_LIST 0x00000004 |
The reader reads from multiple files that have been individually listed.
| #define CAP_TEXT_FEATURES 0x00000020 |
The format supports text features.
| #define CAP_WRITE_TO_DIRECTORY 0x00000010 |
The writer writes to multiple files in a direcotry.
| #define CAP_WRITE_TO_FILE 0x00000008 |
The writer writes to a single file.
| #define CAP_WRITE_TO_FILE_OPTIMIZED 0x00000040 |
For large file writing, writing is incremental.