Terminates mouse support, releasing internal resources.
  
 
	  
		Note: This routine is supported for native COBOL only. 
		
 
 
	  
 
	 Syntax:
 
		 
		call "CBL_TERM_MOUSE" using     mouse-handle
                      returning status-code
 
	 Parameters:
 
		 
		 
		
 
			  
			  
			  
			  
				 
				  |  | Using call prototype (see 
					 Key) | Picture | 
 
			 
 
			  
				 
				  | mouse-handle | cblt-x4-compx | pic x(4) comp-x. | 
 
				 
				  | status-code | See 
					 説明の読み方 | 
 
			 
 
		  
 
 
	 On Entry:
 
		 
		 
		
 
			  
			  
			  
				 
				  | mouse-handle | Mouse identifier, obtained by earlier call to CBL_INIT_MOUSE. | 
 
			 
 
		  
 
 
	 
Comments:
The routine releases internal resources allocated by CBL_INIT_MOUSE. After this routine, mouse-handle is no longer valid and calling any mouse routine other than CBL_INIT_MOUSE results in an error.
The CBL_ mouse routines do not work with the x"AF" mouse routines.