FndEnvironmentUtilities WinSDK CreateProcess Method .net Access Provider Documentation

[Missing <summary> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

Namespace: Ifs.Fnd.Core
Assembly: Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.0.0.0 (4.80.18.0)
Syntax

public static bool CreateProcess(
	string lpApplicationName,
	StringBuilder lpCommandLine,
	IntPtr lpProcessAttributes,
	IntPtr lpThreadAttributes,
	bool bInheritHandles,
	int dwCreationFlags,
	string lpEnvironment,
	string lpCurrentDirectory,
	ref FndEnvironmentUtilities..::..WinSDK..::..STARTUPINFO lpStartupInfo,
	out FndEnvironmentUtilities..::..WinSDK..::..PROCESS_INFORMATION lpProcessInformation
)

Parameters

lpApplicationName
Type: OnlineSystem String

[Missing <param name="lpApplicationName"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpCommandLine
Type: OnlineSystem.Text StringBuilder

[Missing <param name="lpCommandLine"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpProcessAttributes
Type: OnlineSystem IntPtr

[Missing <param name="lpProcessAttributes"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpThreadAttributes
Type: OnlineSystem IntPtr

[Missing <param name="lpThreadAttributes"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

bInheritHandles
Type: OnlineSystem Boolean

[Missing <param name="bInheritHandles"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

dwCreationFlags
Type: OnlineSystem Int32

[Missing <param name="dwCreationFlags"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpEnvironment
Type: OnlineSystem String

[Missing <param name="lpEnvironment"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpCurrentDirectory
Type: OnlineSystem String

[Missing <param name="lpCurrentDirectory"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpStartupInfo
Type: Ifs.Fnd.Core FndEnvironmentUtilities WinSDK STARTUPINFO 

[Missing <param name="lpStartupInfo"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

lpProcessInformation
Type: Ifs.Fnd.Core FndEnvironmentUtilities WinSDK PROCESS_INFORMATION 

[Missing <param name="lpProcessInformation"/> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.CreateProcess(System.String,System.Text.StringBuilder,System.IntPtr,System.IntPtr,System.Boolean,System.Int32,System.String,System.String,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.STARTUPINFO@,Ifs.Fnd.Core.FndEnvironmentUtilities.WinSDK.PROCESS_INFORMATION@)"]

See Also