示例#1
0
 public static extern uint DokanWaitForFileSystemClosed(DokanHandle dokanInstance, uint milliSeconds);
示例#2
0
 public static extern bool DokanIsFileSystemRunning(DokanHandle dokanInstance);
示例#3
0
 public static extern DokanStatus DokanCreateFileSystem(SafeBuffer options, SafeBuffer operations, out DokanHandle dokanInstance);
示例#4
0
 public static extern bool DokanNotifyRename(DokanHandle dokanInstance, [MarshalAs(UnmanagedType.LPWStr)] string OldPath,
                                             [MarshalAs(UnmanagedType.LPWStr)] string newPath,
                                             [MarshalAs(UnmanagedType.Bool)] bool isDirectory,
                                             [MarshalAs(UnmanagedType.Bool)] bool isInSameDirectory);
示例#5
0
 public static extern bool DokanNotifyXAttrUpdate(DokanHandle dokanInstance, [MarshalAs(UnmanagedType.LPWStr)] string filePath);
示例#6
0
 public static extern bool DokanNotifyDelete(DokanHandle dokanInstance, [MarshalAs(UnmanagedType.LPWStr)] string filePath,
                                             [MarshalAs(UnmanagedType.Bool)] bool isDirectory);