API to call the console. In the initial state, the console to be output to is set to the PetitCom console. The console is inherited by the child process.
Set up the console of the current process.
Get the console of the current process.
Output BUF$ to the console
Read LEN characters from the console. If LEN character can not be read, RETURN as it is without waiting.
Get console size.
Gets the cursor position of the console.
Set the cursor position of the console.
Console character Get foreground color.
Set console character foreground color.
Get console character background color.
Set the console character background color.
Create a console.
Duplicate the console.
When CON is invalid CON_ERROR_INVALIDCON, take over the error that appears in NewConsole
Confirm whether CON is an invalid value. TRUE if normal, FALSE if invalid.
Discard the console.
CON is invalid CON_ERROR_INVALIDCON
Set handler to get console size.
When FUNC$ is invalid: CON_ERROR_INVALIDFUNC If CON is invalid: CON_ERROR_INVALIDCON
Set the handler to be output to the console.
Set handler to get input from the console.
Sets the handler that gets the cursor position of the console.
Set a handler to set the cursor position of the console.
Set handler to acquire console character background color.
Set handler to set console character background color.
Sets the handler that acquires the console character foreground color.
Sets the handler to set the console character foreground color.
Set console variables.
CON is invalid: CON_ERROR_INVALIDCON
Set console variables.
CON is invalid: CON_ERROR_INVALIDCON
Get the console variable.
CON is invalid: CON_ERROR_INVALIDCON
Get the console variable.
CON is invalid: CON_ERROR_INVALIDCON
Set the console to the specified process.
When PRC is invalid: ERROR_NO_PROC CON is invalid: CON_ERROR_INVALIDCON
Get the console of the specified process.
When PRC is invalid: ERROR_NO_PROC CON is invalid: CON_ERROR_INVALIDCON