Uses of Class
org.eclipse.swt.internal.win32.STARTUPINFO
Packages that use STARTUPINFO
-
Uses of STARTUPINFO in org.eclipse.swt.internal.win32
Methods in org.eclipse.swt.internal.win32 with parameters of type STARTUPINFOModifier and TypeMethodDescriptionstatic final boolean
OS.CreateProcess
(int lpApplicationName, int lpCommandLine, int lpProcessAttributes, int lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, int lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation) static final boolean
OS.CreateProcessA
(int lpApplicationName, int lpCommandLine, int lpProcessAttributes, int lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, int lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation) static final boolean
OS.CreateProcessW
(int lpApplicationName, int lpCommandLine, int lpProcessAttributes, int lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, int lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation) static final void
OS.GetStartupInfo
(STARTUPINFO lpStartupInfo) static final void
OS.GetStartupInfoA
(STARTUPINFO lpStartupInfo) static final void
OS.GetStartupInfoW
(STARTUPINFO lpStartupInfo)