Uses of Class
EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
-
Packages that use WinBase.OVERLAPPED Package Description EOorg.EOeolang.EOsys.Win32 EO runtime, windows. -
-
Uses of WinBase.OVERLAPPED in EOorg.EOeolang.EOsys.Win32
Methods in EOorg.EOeolang.EOsys.Win32 with parameters of type WinBase.OVERLAPPED Modifier and Type Method Description boolean
Kernel32. ReadFile(WinNT.HANDLE handle, byte[] buffer, int count, com.sun.jna.ptr.IntByReference read, WinBase.OVERLAPPED overlapped)
Reads data from the specified file or input/output (I/O) device.boolean
Kernel32. WriteFile(WinNT.HANDLE handle, byte[] buffer, int count, com.sun.jna.ptr.IntByReference written, WinBase.OVERLAPPED overlapped)
Writes data to the specified file or input/output (I/O) device.
-