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