Click or drag to resize

WindowsUtilitiesGetConsoleWindow Method

Retrieves the window handle used by the console associated with the calling process.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetConsoleWindow()

Return Value

Type: IntPtr
A handle to the window used by the console associated with the calling process or zero if there is no such associated console.
See Also