os/native/ProcessWin32

ZeroMemory(Pointer, SizeT)
CreateProcess(...)Bool
WaitForSingleObject(...)
GetExitCodeProcess(...)Int
CloseHandle(Handle)
cover StartupInfo
from:STARTUPINFO
cover ProcessInformation
from:PROCESS_INFORMATION
class ProcessWin32
extends:Process
static method new~win32(args: ArrayList<T>)ProcessWin32
method init~win32(args: ArrayList<T>)
method waitInt
Wait for the process to end. Bad things will happen if you haven’t called executeNoWait before.
method executeNoWait
Execute the process without waiting for it to end. You have to call wait manually.
siStartupInfo
piProcessInformation
cmdLineString
INFINITELong
WAIT_OBJECT_0Long

This Page