CBL_MONITOR_UNREAD
Releases the monitor's read capability that was acquired by CBL_MONITOR_READ
or CBL_MONITOR_BROWSE_TO_READ.
Syntax:
call "CBL_MONITOR_UNREAD" using by value monitor-handle
Parameters:
|
Using call prototype (see Library Routines - Key) |
Picture (32-bit systems) |
monitor-handle |
cblt-pointer. |
usage pointer. |
On Entry:
monitor-handle |
A space-terminated or null-terminated monitor name. |
On Exit:
Comments:
Behavior is undefined if either monitor-handle is invalid or no previous
browse lock was obtained by this thread on the specified monitor.
See Also: