Uses of Class
jnr.posix.HANDLE
-
Packages that use HANDLE Package Description jnr.posix -
-
Uses of HANDLE in jnr.posix
Fields in jnr.posix with type parameters of type HANDLE Modifier and Type Field Description static jnr.ffi.mapper.DataConverter<HANDLE,jnr.ffi.Pointer>HANDLE. ConverterMethods in jnr.posix that return HANDLE Modifier and Type Method Description HANDLEWindowsLibC. _get_osfhandle(int fd)HANDLEWindowsLibC. CreateFileW(byte[] lpFileName, int dwDesiredAccess, int dwShareMode, jnr.ffi.Pointer lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, int hTemplateFile)HANDLEWindowsLibC. FindFirstFileW(byte[] wpath, WindowsFindData findData)HANDLEWindowsLibC. FindFirstFileW(WString wpath, WindowsFindData findData)static HANDLEJavaLibCHelper. gethandle(long descriptor)static HANDLEJavaLibCHelper. gethandle(FileDescriptor descriptor)HANDLEWindowsChildRecord. getProcess()HANDLEWindowsProcessInformation. getProcess()HANDLEWindowsLibC. GetStdHandle(int stdHandle)HANDLEWindowsProcessInformation. getThread()HANDLEWindowsLibC. OpenProcess(int desiredAccess, int inheritHandle, int processId)static HANDLEHANDLE. valueOf(long value)static HANDLEHANDLE. valueOf(jnr.ffi.Pointer value)Methods in jnr.posix with parameters of type HANDLE Modifier and Type Method Description intWindowsLibC. _open_osfhandle(HANDLE handle, int flags)booleanWindowsLibC. CloseHandle(HANDLE handle)intWindowsLibC. FindClose(HANDLE handle)booleanWindowsLibC. GetExitCodeProcess(HANDLE handle, jnr.ffi.byref.IntByReference exitCode)booleanWindowsLibC. GetExitCodeProcess(HANDLE handle, jnr.ffi.Pointer exitCode)intWindowsLibC. GetFileInformationByHandle(HANDLE handle, WindowsByHandleFileInformation fileInformation)intWindowsLibC. GetFileSize(HANDLE handle, jnr.ffi.byref.IntByReference outSizeHigh)intWindowsLibC. GetFileType(HANDLE handle)booleanWindowsLibC. SetFileTime(HANDLE hFile, FileTime lpCreationTime, FileTime lpLastAccessTime, FileTime lpLastWriteTime)voidWindowsStartupInfo. setStandardError(HANDLE standardError)voidWindowsStartupInfo. setStandardInput(HANDLE standardInput)voidWindowsStartupInfo. setStandardOutput(HANDLE standardOutput)static FileDescriptorJavaLibCHelper. toFileDescriptor(HANDLE fileDescriptor)intWindowsLibC. WaitForSingleObject(HANDLE handle, int milliseconds)Constructors in jnr.posix with parameters of type HANDLE Constructor Description WindowsChildRecord(HANDLE process, int pid)
-