static boolean |
OS.CreateProcess(long lpApplicationName,
long lpCommandLine,
long lpProcessAttributes,
long lpThreadAttributes,
boolean bInheritHandles,
int dwCreationFlags,
long lpEnvironment,
long lpCurrentDirectory,
STARTUPINFO lpStartupInfo,
PROCESS_INFORMATION lpProcessInformation) |
static boolean |
OS.CreateProcessA(long lpApplicationName,
long lpCommandLine,
long lpProcessAttributes,
long lpThreadAttributes,
boolean bInheritHandles,
int dwCreationFlags,
long lpEnvironment,
long lpCurrentDirectory,
STARTUPINFO lpStartupInfo,
PROCESS_INFORMATION lpProcessInformation) |
static boolean |
OS.CreateProcessW(long lpApplicationName,
long lpCommandLine,
long lpProcessAttributes,
long lpThreadAttributes,
boolean bInheritHandles,
int dwCreationFlags,
long lpEnvironment,
long lpCurrentDirectory,
STARTUPINFO lpStartupInfo,
PROCESS_INFORMATION lpProcessInformation) |
static void |
OS.GetStartupInfo(STARTUPINFO lpStartupInfo) |
static void |
OS.GetStartupInfoA(STARTUPINFO lpStartupInfo) |
static void |
OS.GetStartupInfoW(STARTUPINFO lpStartupInfo) |