Uses of Class
jtermios.windows.WinAPI.OVERLAPPED
-
Packages that use WinAPI.OVERLAPPED Package Description jtermios.windows -
-
Uses of WinAPI.OVERLAPPED in jtermios.windows
Methods in jtermios.windows with parameters of type WinAPI.OVERLAPPED Modifier and Type Method Description static booleanWinAPI. GetOverlappedResult(WinAPI.HANDLE hFile, WinAPI.OVERLAPPED ovl, int[] ntfrd, boolean wait)static booleanWinAPI. ReadFile(WinAPI.HANDLE hFile, com.sun.jna.Pointer buf, int rdn, int[] nrd, WinAPI.OVERLAPPED ovrlp)static booleanWinAPI. WaitCommEvent(WinAPI.HANDLE hFile, com.sun.jna.ptr.IntByReference lpEvtMask, WinAPI.OVERLAPPED ovl)static booleanWinAPI. WriteFile(WinAPI.HANDLE hFile, com.sun.jna.Pointer buf, int wrn, int[] nwrtn, WinAPI.OVERLAPPED ovrlp)
-