Uses of Class
org.eclipse.swt.internal.win32.PROCESS_INFORMATION
Packages that use PROCESS_INFORMATION
-
Uses of PROCESS_INFORMATION in org.eclipse.swt.internal.win32
Methods in org.eclipse.swt.internal.win32 with parameters of type PROCESS_INFORMATIONModifier 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)