Uses of Class
EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
-
Packages that use WinNT.HANDLE Package Description EOorg.EOeolang.EOsys.Win32 EO runtime, windows. -
-
Uses of WinNT.HANDLE in EOorg.EOeolang.EOsys.Win32
Fields in EOorg.EOeolang.EOsys.Win32 declared as WinNT.HANDLE Modifier and Type Field Description WinNT.HANDLE
WinBase.OVERLAPPED. hEvent
Event.static WinNT.HANDLE
WinBase. INVALID_HANDLE_VALUE
Constant value representing an invalidWinNT.HANDLE
.Methods in EOorg.EOeolang.EOsys.Win32 that return WinNT.HANDLE Modifier and Type Method Description WinNT.HANDLE
Kernel32. CreateFile(String name, int access, int mode, WinBase.SECURITY_ATTRIBUTES security, int disposition, int flags, WinNT.HANDLE template)
The CreateFile function creates or opens a file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, or named pipe.WinNT.HANDLE
Kernel32. GetStdHandle(int handle)
Get a handle to specified standard device.Methods in EOorg.EOeolang.EOsys.Win32 with parameters of type WinNT.HANDLE Modifier and Type Method Description boolean
Kernel32. CloseHandle(WinNT.HANDLE handle)
Closes an open object handle.WinNT.HANDLE
Kernel32. CreateFile(String name, int access, int mode, WinBase.SECURITY_ATTRIBUTES security, int disposition, int flags, WinNT.HANDLE template)
The CreateFile function creates or opens a file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, or named pipe.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. SetStdHandle(int std, WinNT.HANDLE handle)
Set a standard device handle.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.
-