LibC.LibCSignalHandler| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_UNICODE_ENVIRONMENT |
static int |
FILE_TYPE_CHAR |
static int |
FILE_TYPE_DISK |
static int |
FILE_TYPE_PIPE |
static int |
FILE_TYPE_REMOTE |
static int |
FILE_TYPE_UNKNOWN |
static int |
INFINITE |
static int |
NORMAL_PRIORITY_CLASS |
static int |
PROCESS_QUERY_INFORMATION |
static int |
STD_ERROR_HANDLE |
static int |
STD_INPUT_HANDLE |
static int |
STD_OUTPUT_HANDLE |
| Modifier and Type | Method and Description |
|---|---|
int |
_close(int fd) |
jnr.ffi.Variable<java.lang.Long> |
_environ() |
HANDLE |
_get_osfhandle(int fd) |
int |
_getpid() |
int |
_open_osfhandle(HANDLE handle,
int flags) |
int |
_pipe(int[] fds,
int psize,
int textmode) |
int |
_stat64(java.lang.CharSequence path,
FileStat stat) |
int |
_umask(int mask) |
int |
_wchdir(WString path) |
int |
_wchmod(WString path,
int pmode) |
int |
_wmkdir(WString path) |
int |
_wstat64(byte[] path,
FileStat stat) |
int |
_wstat64(WString path,
FileStat stat) |
boolean |
CloseHandle(HANDLE handle) |
HANDLE |
CreateFileW(byte[] lpFileName,
int dwDesiredAccess,
int dwShareMode,
jnr.ffi.Pointer lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
int hTemplateFile) |
boolean |
CreateHardLinkW(WString oldname,
WString newName,
WString reserved) |
boolean |
CreateProcessW(byte[] applicationName,
java.nio.ByteBuffer buffer,
WindowsSecurityAttributes processAttributes,
WindowsSecurityAttributes threadAttributes,
int inheritHandles,
int creationFlags,
jnr.ffi.Pointer envp,
byte[] currentDirectory,
WindowsStartupInfo startupInfo,
WindowsProcessInformation processInformation) |
int |
FileTimeToSystemTime(FileTime fileTime,
SystemTime systemTime) |
int |
FindClose(HANDLE handle) |
HANDLE |
FindFirstFileW(byte[] wpath,
WindowsFindData findData) |
HANDLE |
FindFirstFileW(WString wpath,
WindowsFindData findData) |
boolean |
GetComputerNameW(java.nio.ByteBuffer lpBuffer,
jnr.ffi.byref.IntByReference nSize) |
boolean |
GetExitCodeProcess(HANDLE handle,
jnr.ffi.byref.IntByReference exitCode) |
boolean |
GetExitCodeProcess(HANDLE handle,
jnr.ffi.Pointer exitCode) |
int |
GetFileAttributesExW(byte[] path,
int infoLevel,
WindowsFileInformation fileInformation) |
int |
GetFileAttributesExW(WString path,
int infoLevel,
WindowsFileInformation fileInformation) |
int |
GetFileAttributesW(WString path) |
int |
GetFileInformationByHandle(HANDLE handle,
WindowsByHandleFileInformation fileInformation) |
int |
GetFileSize(HANDLE handle,
jnr.ffi.byref.IntByReference outSizeHigh) |
int |
GetFileType(HANDLE handle) |
HANDLE |
GetStdHandle(int stdHandle) |
HANDLE |
OpenProcess(int desiredAccess,
int inheritHandle,
int processId) |
boolean |
RemoveDirectoryW(WString path) |
boolean |
SetEnvironmentVariableW(WString envName,
WString envValue) |
int |
SetFileAttributesW(WString path,
int flags) |
boolean |
SetFileTime(HANDLE hFile,
FileTime lpCreationTime,
FileTime lpLastAccessTime,
FileTime lpLastWriteTime) |
int |
WaitForSingleObject(HANDLE handle,
int milliseconds) |
access, chdir, chmod, chown, close, daemon, dup, dup2, endgrent, endpwent, environ, execv, execve, fchmod, fchown, fcntl, fcntl, fcntl, fcntl, fdatasync, flock, fork, fstat, fstat64, fsync, ftruncate, futimens, futimens, futimes, getcwd, getdtablesize, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getgroups, gethostname, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getrlimit, getrlimit, gettimeofday, getuid, isatty, kill, kill, lchmod, lchown, link, lseek, lstat, lstat64, lutimes, mkdir, nl_langinfo, open, pipe, pread, pread, pread, pread, pwrite, pwrite, pwrite, pwrite, raise, read, read, read, read, readlink, readlink, readlink, recvmsg, rename, rmdir, sendmsg, setegid, setenv, seteuid, setgid, setgrent, setlocale, setpgid, setpgrp, setpriority, setpwent, setrlimit, setrlimit, setsid, setuid, signal, socketpair, stat, stat64, strerror, symlink, syscall, syscall, syscall, syscall, sysconf, times, truncate, umask, unlink, unsetenv, utimensat, utimensat, utimes, utimes, wait, waitpid, write, write, write, writestatic final int STD_INPUT_HANDLE
static final int STD_OUTPUT_HANDLE
static final int STD_ERROR_HANDLE
static final int NORMAL_PRIORITY_CLASS
static final int CREATE_UNICODE_ENVIRONMENT
static final int INFINITE
static final int FILE_TYPE_DISK
static final int FILE_TYPE_CHAR
static final int FILE_TYPE_PIPE
static final int FILE_TYPE_REMOTE
static final int FILE_TYPE_UNKNOWN
static final int PROCESS_QUERY_INFORMATION
int _open_osfhandle(HANDLE handle, int flags)
HANDLE _get_osfhandle(int fd)
int _close(int fd)
int _getpid()
int _stat64(java.lang.CharSequence path,
FileStat stat)
int _umask(int mask)
int _wmkdir(WString path)
boolean RemoveDirectoryW(WString path)
int _wchmod(WString path, int pmode)
int _wchdir(WString path)
int _wstat64(byte[] path,
FileStat stat)
int _pipe(int[] fds,
int psize,
int textmode)
boolean CreateProcessW(byte[] applicationName,
java.nio.ByteBuffer buffer,
WindowsSecurityAttributes processAttributes,
WindowsSecurityAttributes threadAttributes,
int inheritHandles,
int creationFlags,
jnr.ffi.Pointer envp,
byte[] currentDirectory,
WindowsStartupInfo startupInfo,
WindowsProcessInformation processInformation)
HANDLE OpenProcess(int desiredAccess, int inheritHandle, int processId)
int FileTimeToSystemTime(FileTime fileTime, SystemTime systemTime)
int GetFileAttributesW(WString path)
int GetFileAttributesExW(WString path, int infoLevel, WindowsFileInformation fileInformation)
int GetFileAttributesExW(byte[] path,
int infoLevel,
WindowsFileInformation fileInformation)
int SetFileAttributesW(WString path, int flags)
int GetFileInformationByHandle(HANDLE handle, WindowsByHandleFileInformation fileInformation)
int FindClose(HANDLE handle)
HANDLE FindFirstFileW(WString wpath, WindowsFindData findData)
HANDLE FindFirstFileW(byte[] wpath, WindowsFindData findData)
boolean GetExitCodeProcess(HANDLE handle, jnr.ffi.Pointer exitCode)
boolean GetExitCodeProcess(HANDLE handle, jnr.ffi.byref.IntByReference exitCode)
int GetFileType(HANDLE handle)
int GetFileSize(HANDLE handle, jnr.ffi.byref.IntByReference outSizeHigh)
HANDLE GetStdHandle(int stdHandle)
HANDLE CreateFileW(byte[] lpFileName, int dwDesiredAccess, int dwShareMode, jnr.ffi.Pointer lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, int hTemplateFile)
boolean GetComputerNameW(java.nio.ByteBuffer lpBuffer,
jnr.ffi.byref.IntByReference nSize)
boolean SetFileTime(HANDLE hFile, FileTime lpCreationTime, FileTime lpLastAccessTime, FileTime lpLastWriteTime)
boolean CloseHandle(HANDLE handle)
int WaitForSingleObject(HANDLE handle, int milliseconds)
jnr.ffi.Variable<java.lang.Long> _environ()
Copyright © 2019. All Rights Reserved.