印刷コマンドをプリンターに送信します。
 
  
 
	  
	 構文:
 
		 
		call "PC_PRINTER_CONTROL" using     printer-handle
                          by value  print-command
                          returning status-code
 
	  
 
	 パラメーター:
 
		 
		 
		
 
			  
			  
			  
			  
				 
				  |   | 
 
				  呼び出しプロトタイプ使用時 (「説明の読み方」を参照) | 
 
				  PIC | 
 
				
 
			 
 
			  
				 
				  | printer-handle | 
 
				  cblt-x4-comp5 | 
 
				  pic x(4) comp-5 | 
 
				
 
				 
				  | print-command | 
 
				  数値リテラルまたは cblt-x4-comp5 | 
 
				  数値リテラルまたは pic x(4) comp-5 | 
 
				
 
				 
				  | status-code | 
 
				  「説明の読み方」を参照 | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 入力パラメーター:
 
		 
		 
		   
			 - printer-handle
 
 
			 - プリンターが開かれた場合に返されるプリンター ハンドル。
 
 
		   
		   
			 - print-command
 
 
			 - プリンターに送信する次のコマンド。
 
					  
					  
					  
						 
						  | 1 | 
 
						  ドキュメントの印刷を中止し、プリンターを閉じます | 
 
						
 
						 
						  | 2 | 
 
						  改ページします | 
 
						
 
						 
						  | 3 | 
 
						  印刷バッファーをフラッシュします | 
 
						
 
						 
						  | 4 | 
 
						  新しい行を開始します |