Uses of Interface
com.sun.jna.platform.win32.Kernel32.OVERLAPPED_COMPLETION_ROUTINE

Packages that use Kernel32.OVERLAPPED_COMPLETION_ROUTINE
com.sun.jna.platform.win32   
 

Uses of Kernel32.OVERLAPPED_COMPLETION_ROUTINE in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type Kernel32.OVERLAPPED_COMPLETION_ROUTINE
 boolean Kernel32.ReadDirectoryChangesW(WinNT.HANDLE directory, WinNT.FILE_NOTIFY_INFORMATION info, int length, boolean watchSubtree, int notifyFilter, com.sun.jna.ptr.IntByReference bytesReturned, WinBase.OVERLAPPED overlapped, Kernel32.OVERLAPPED_COMPLETION_ROUTINE completionRoutine)
          Retrieves information that describes the changes within the specified directory.