Uses of Class
com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION

Packages that use WinNT.FILE_NOTIFY_INFORMATION
com.sun.jna.platform.win32   
 

Uses of WinNT.FILE_NOTIFY_INFORMATION in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return WinNT.FILE_NOTIFY_INFORMATION
 WinNT.FILE_NOTIFY_INFORMATION WinNT.FILE_NOTIFY_INFORMATION.next()
           
 

Methods in com.sun.jna.platform.win32 with parameters of type WinNT.FILE_NOTIFY_INFORMATION
 boolean Kernel32.ReadDirectoryChangesW(W32API.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)
          NOTE: only exists in unicode form (W suffix).