WindowsUtilitiesGetConsoleWindow Method |
Retrieves the window handle used by the console associated with the calling process.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetConsoleWindow()
Return Value
Type:
IntPtrA handle to the window used by the console associated with the calling process or zero if there is no such associated console.
See Also