Uses of Class
com.sun.jna.platform.win32.WinBase.OVERLAPPED

Packages that use WinBase.OVERLAPPED
com.sun.jna.platform.win32   
 

Uses of WinBase.OVERLAPPED in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type WinBase.OVERLAPPED
 void Kernel32.OVERLAPPED_COMPLETION_ROUTINE.callback(int errorCode, int nBytesTransferred, WinBase.OVERLAPPED overlapped)
           
 boolean Kernel32.PostQueuedCompletionStatus(WinNT.HANDLE CompletionPort, int dwNumberOfBytesTransferred, com.sun.jna.Pointer dwCompletionKey, WinBase.OVERLAPPED lpOverlapped)
          Posts an I/O completion packet to an I/O completion port.
 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.
 boolean Kernel32.WriteFile(WinNT.HANDLE hFile, byte[] lpBuffer, int nNumberOfBytesToWrite, com.sun.jna.ptr.IntByReference lpNumberOfBytesWritten, WinBase.OVERLAPPED lpOverlapped)
          Writes data to the specified file or input/output (I/O) device.