INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- BOOL
-- The AllocConsole function allocates a new console for the calling process.
-- If the function succeeds, the return value is TRUE.
-- If the function fails, the return value is FALSE.
-- To get extended error information, call GetLastError.
-- HANDLE
-- The GetStdHandle function returns a handle for the standard input,
-- standard output, or standard error device.
-- BOOL
-- Set the handle for the standard input, standard output or
-- standard error device. The specified handle can be used by
-- subsequent calls to the GetStdHandle function to refer to
-- the input, output, or error device.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |