UnlockPubScreen( Name, [Screen] )
VOID UnlockPubScreen( UBYTE *, struct Screen * );
Releases lock gotten by
LockPubScreen(). It is best to identify the locked public screen by the pointer returned from
LockPubScreen(). To do this, supply a NULL 'Name' pointer and the screen pointer.
In rare circumstances where it would be more convenient to pass a non-NULL pointer to the public screen name string, the 'Screen' parameter is ignored.