Releases the monitor's browse capability that was acquired by CBL_MONITOR_BROWSE or CBL_MONITOR_WRITE_TO_BROWSE. 
    
 
  
 
     
    Syntax:
 
       
      call "CBL_MONITOR_UNBROWSE" using by value monitor-handle
 
    Parameters:
 
       
       
      
 
           
           
           
           
             
              |  | Using call prototype (see 
                Key) | Picture | 
 
          
 
           
             
              | monitor-handle | cblt-pointer | usage pointer. | 
 
          
 
        
 
 
    On Entry:
 
       
       
      
 
           
           
           
             
              | monitor-handle | A space-terminated or null-terminated monitor name. | 
 
          
 
        
 
 
    
Comments:
Behavior is undefined if either monitor-handle is invalid or no previous browse lock was obtained by this thread on the specified monitor.