Uses of Class
EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
Packages that use WinBase.OVERLAPPED
-
Uses of WinBase.OVERLAPPED in EOorg.EOeolang.EOsys.Win32
Methods in EOorg.EOeolang.EOsys.Win32 with parameters of type WinBase.OVERLAPPEDModifier and TypeMethodDescriptionbooleanKernel32.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.booleanKernel32.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.