Sets the title for the screen.
#include <screen.h>
void ShowTitleBarText (
void *screenMemoryAddress,
const char *titleBarText,
size_t textLength);
(IN) Points to the memory address for the screen.
(IN) Points to a null-terminated string with the title for the screen.
(IN) Specifies the length of the string.