マウス ポインターの画面位置を返します。
 
	  
		制約事項: このルーチンはネイティブ COBOL でのみサポートされます。
 
 
	  
 
	 構文:
 
		 
		call "CBL_GET_MOUSE_POSITION" using     mouse-handle
                                        mouse-position
                              returning status-code
 
	  
 
	 パラメーター
 
		 
		 
		   
			 - mouse-handle
 
 
			 - 呼び出しプロトタイプ (「説明の読み方」を参照):cblt-x4-compx
 
 
			 - PIC:pic x(4) comp-x
 
 
		   
		   
			 - mouse-position
 
 
			 - cblt-mouse-pos として定義されている集団 (以下を含む)
                     				
01 cblt-mouse-pos      typedef.
  03 cblte-mpos-row    cblt-x2-compx. 	*> pic x(2) comp-5.
  03 cblte-mpos-col    cblt-x2-compx. 	*> pic x(2) comp-5.
			  
 
		   
		   
			 - status-code
 
 
			 - 「説明の読み方」を参照。
 
 
		   
		
 
	  
 
	 入力パラメーター:
 
		 
		 
		
 
			  
			  
			  
				 
				  | mouse-handle | 
 
				  以前の CBL_INIT_MOUSE 呼び出しで取得したマウス識別子。 | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 出力パラメーター:
 
		 
		 
		
 
			  
			  
			  
				 
				  | mouse-position | 
 
				  マウス ポインターの画面位置。 | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 
 
   
 
説明:
CBL_ マウス ルーチンは x"AF" マウス ルーチンとは連動しません。