ShowTitleBarText

Sets the title for the screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void ShowTitleBarText (
     void         *screenMemoryAddress,
     const char   *titleBarText,
     size_t        textLength);
  

Parameters

screenMemoryAddress

(IN) Points to the memory address for the screen.

titleBarText

(IN) Points to a null-terminated string with the title for the screen.

textLength

(IN) Specifies the length of the string.

See Also

GetScreenAddress