Пример #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);