We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dab3d commit f0e935cCopy full SHA for f0e935c
dokan_net/DokanNet/DokanNet.cs
@@ -103,6 +103,7 @@ public class DokanNet
103
public const int DOKAN_DRIVER_INSTALL_ERROR = -3; // Can't install driver
104
public const int DOKAN_START_ERROR = -4; // Driver something wrong
105
public const int DOKAN_MOUNT_ERROR = -5; // Can't assign drive letter
106
+ public const int DOKAN_MOUNT_POINT_ERROR = -6; // Mount point is invalid
107
108
public const int DOKAN_VERSION = 600; // ver 0.6.0
109
0 commit comments