Ejemplo n.º 1
0
 public static extern uint DokanWaitForFileSystemClosed(DokanHandle dokanInstance, uint milliSeconds);
Ejemplo n.º 2
0
 public static extern bool DokanIsFileSystemRunning(DokanHandle dokanInstance);
Ejemplo n.º 3
0
 public static extern DokanStatus DokanCreateFileSystem(SafeBuffer options, SafeBuffer operations, out DokanHandle dokanInstance);
Ejemplo n.º 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);
Ejemplo n.º 5
0
 public static extern bool DokanNotifyXAttrUpdate(DokanHandle dokanInstance, [MarshalAs(UnmanagedType.LPWStr)] string filePath);
Ejemplo n.º 6
0
 public static extern bool DokanNotifyDelete(DokanHandle dokanInstance, [MarshalAs(UnmanagedType.LPWStr)] string filePath,
                                             [MarshalAs(UnmanagedType.Bool)] bool isDirectory);