Interface DokanyOperations.Cleanup

All Superinterfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.Callback, DokanCallback, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary.StdCallCallback
Enclosing class:
DokanyOperations
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DokanyOperations.Cleanup extends DokanCallback
Receipt of this request indicates that the last handle for a file object that is associated with the target device object has been closed (but, due to outstanding I/O requests, might not have been released).

Cleanup is requested before @{link DokanyOperations.CloseFile is called.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(com.sun.jna.WString rawPath, DokanyFileInfo dokanyFileInfo)
     
  • Method Details

    • callback

      void callback(com.sun.jna.WString rawPath, DokanyFileInfo dokanyFileInfo)
      Parameters:
      rawPath -
      dokanyFileInfo - DokanyFileInfo with information about the file or directory.