Name
FreeConsoleWindow -- free console window (V10.0)
Synopsis
FreeConsoleWindow(id)
Platforms
Linux, macOS, Windows

Function
This function frees the console window specified by id. This must have been allocated by CreateConsoleWindow() before. See CreateConsoleWindow for details.

You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.

Inputs
id
id of the console window to free

Show TOC