Click or drag to resize

WindowsUtilitiesAttachConsole Method

Attaches the calling process to the console of the specified process.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool AttachConsole(
	int processId
)

Parameters

processId
Type: SystemInt32
The process identifier.

Return Value

Type: Boolean
true if the call succeeded; false otherwise.
See Also