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 booleanOS.CreateProcess(int lpApplicationName, int lpCommandLine, int lpProcessAttributes, int lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, int lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation) static final booleanOS.CreateProcessA(int lpApplicationName, int lpCommandLine, int lpProcessAttributes, int lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, int lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation) static final booleanOS.CreateProcessW(int lpApplicationName, int lpCommandLine, int lpProcessAttributes, int lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, int lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation) static final voidOS.GetStartupInfo(STARTUPINFO lpStartupInfo) static final voidOS.GetStartupInfoA(STARTUPINFO lpStartupInfo) static final voidOS.GetStartupInfoW(STARTUPINFO lpStartupInfo)