Modifier and Type | Field and Description |
---|---|
static int |
CREATE_UNICODE_ENVIRONMENT |
static int |
INFINITE |
static int |
NORMAL_PRIORITY_CLASS |
static int |
STD_ERROR_HANDLE |
static int |
STD_INPUT_HANDLE |
static int |
STD_OUTPUT_HANDLE |
Modifier and Type | Method and Description |
---|---|
int |
_open_osfhandle(int handle,
int flags) |
int |
_wmkdir(byte[] path) |
boolean |
CloseHandle(int handle) |
int |
CreateFileW(byte[] lpFileName,
int dwDesiredAccess,
int dwShareMode,
com.kenai.jaffl.Pointer lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
int hTemplateFile) |
boolean |
CreateHardLinkW(byte[] oldname,
byte[] newName,
byte[] reserved) |
boolean |
CreateProcessW(byte[] applicationName,
ByteBuffer buffer,
WindowsSecurityAttributes processAttributes,
WindowsSecurityAttributes threadAttributes,
int inheritHandles,
int creationFlags,
com.kenai.jaffl.Pointer envp,
byte[] currentDirectory,
WindowsStartupInfo startupInfo,
WindowsProcessInformation processInformation) |
boolean |
GetExitCodeProcess(int handle,
com.kenai.jaffl.Pointer exitCode) |
int |
GetFileSize(int handle,
com.kenai.jaffl.Pointer outSizeHigh) |
int |
GetFileType(int handle) |
com.kenai.jaffl.Pointer |
GetStdHandle(int stdHandle) |
boolean |
SetEnvironmentVariableW(byte[] envName,
byte[] envValue) |
boolean |
SetFileTime(int hFile,
FileTime lpCreationTime,
FileTime lpLastAccessTime,
FileTime lpLastWriteTime) |
int |
WaitForSingleObject(int handle,
int milliseconds) |
chmod, chown, close, endgrent, endpwent, execv, execve, fork, fstat, fstat64, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, isatty, kill, lchmod, lchown, link, lstat, lstat64, mkdir, read, readlink, setegid, setenv, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, stat, stat64, symlink, umask, unsetenv, utimes, wait, waitpid, write
static 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
int _open_osfhandle(int handle, int flags)
int _wmkdir(byte[] path)
boolean CreateProcessW(byte[] applicationName, ByteBuffer buffer, WindowsSecurityAttributes processAttributes, WindowsSecurityAttributes threadAttributes, int inheritHandles, int creationFlags, com.kenai.jaffl.Pointer envp, byte[] currentDirectory, WindowsStartupInfo startupInfo, WindowsProcessInformation processInformation)
boolean GetExitCodeProcess(int handle, com.kenai.jaffl.Pointer exitCode)
int GetFileType(int handle)
int GetFileSize(int handle, com.kenai.jaffl.Pointer outSizeHigh)
com.kenai.jaffl.Pointer GetStdHandle(int stdHandle)
boolean CreateHardLinkW(byte[] oldname, byte[] newName, byte[] reserved)
int CreateFileW(byte[] lpFileName, int dwDesiredAccess, int dwShareMode, com.kenai.jaffl.Pointer lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, int hTemplateFile)
boolean SetEnvironmentVariableW(byte[] envName, byte[] envValue)
boolean SetFileTime(int hFile, FileTime lpCreationTime, FileTime lpLastAccessTime, FileTime lpLastWriteTime)
boolean CloseHandle(int handle)
int WaitForSingleObject(int handle, int milliseconds)
Copyright © 2013. All rights reserved.