DokanMainResult
DokanMain DokanCreateFileSystem returns error codes More...
Macros | |
| #define | DOKAN_SUCCESS 0 |
| #define | DOKAN_ERROR -1 |
| #define | DOKAN_DRIVE_LETTER_ERROR -2 |
| #define | DOKAN_DRIVER_INSTALL_ERROR -3 |
| #define | DOKAN_START_ERROR -4 |
| #define | DOKAN_MOUNT_ERROR -5 |
| #define | DOKAN_MOUNT_POINT_ERROR -6 |
| #define | DOKAN_VERSION_ERROR -7 |
Detailed Description
DokanMain DokanCreateFileSystem returns error codes
Macro Definition Documentation
| #define DOKAN_DRIVE_LETTER_ERROR -2 |
Dokan mount failed - Bad drive letter.
| #define DOKAN_DRIVER_INSTALL_ERROR -3 |
Dokan mount failed - Can't install driver.
| #define DOKAN_ERROR -1 |
Dokan mount error.
| #define DOKAN_MOUNT_ERROR -5 |
Dokan mount failed. Can't assign a drive letter or mount point. Probably already used by another volume.
| #define DOKAN_MOUNT_POINT_ERROR -6 |
Dokan mount failed. Mount point is invalid.
| #define DOKAN_START_ERROR -4 |
Dokan mount failed - Driver answer that something is wrong.
| #define DOKAN_SUCCESS 0 |
Dokan mount succeed.
| #define DOKAN_VERSION_ERROR -7 |
Dokan mount failed. Requested an incompatible version.

1.8.11