Package | Description |
---|---|
jnr.posix |
Modifier and Type | Method and Description |
---|---|
private WindowsChildRecord |
WindowsPOSIX.createProcess(java.lang.String callingMethodName,
java.lang.String command,
java.lang.String program,
WindowsSecurityAttributes securityAttributes,
HANDLE input,
HANDLE output,
HANDLE error,
java.lang.String[] envp) |
boolean |
WindowsLibC.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) |