Returns the name of the screen.
#include <screen.h>
int GetScreenName (
scr_t scrID,
char *nameBuffer);
(IN) Specifies the screen.
(IN/OUT) Points to the buffer that returns the name of the screen.
If successful, returns 0.