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.HANDLEWinBase.OVERLAPPED. hEventEvent.static WinNT.HANDLEWinBase. INVALID_HANDLE_VALUEConstant value representing an invalidWinNT.HANDLE.Methods in EOorg.EOeolang.EOsys.Win32 that return WinNT.HANDLE Modifier and Type Method Description WinNT.HANDLEKernel32. 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.HANDLEKernel32. 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 booleanKernel32. CloseHandle(WinNT.HANDLE handle)Closes an open object handle.WinNT.HANDLEKernel32. 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.booleanKernel32. 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. SetStdHandle(int std, WinNT.HANDLE handle)Set a standard device handle.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.
-