Skip to content

Commit f0e935c

Browse files
author
asakaw
committed
added DOKAN_MOUNT_POINT_ERROR
1 parent e0dab3d commit f0e935c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dokan_net/DokanNet/DokanNet.cs

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public class DokanNet
103103
public const int DOKAN_DRIVER_INSTALL_ERROR = -3; // Can't install driver
104104
public const int DOKAN_START_ERROR = -4; // Driver something wrong
105105
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
106107

107108
public const int DOKAN_VERSION = 600; // ver 0.6.0
108109

0 commit comments

Comments
 (0)