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 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)