バイト データをヒープに書き込みます。
  
 
	 構文:
 
		 
		call "CBL_WRITE_VFILE" using by value heap-id
                                      heap-ref
                                      heap-length
                       by reference   heap-buffer
                        returning     status-code
 
	  
 
	 パラメーター:
 
		 
		 
		
 
			  
			  
			  
			  
				 
				  |   | 
 
				  呼び出しプロトタイプ使用時 (「説明の読み方」を参照) | 
 
				  PIC | 
 
				
 
			 
 
			  
				 
				  | heap-id | 
 
				  cblt-vfile-handle | 
 
				  pic x(2) comp-5 | 
 
				
 
				 
				  | heap-ref | 
 
				  cblt-x4-comp5 | 
 
				  pic x(4) comp-5 | 
 
				
 
				 
				  | heap-length | 
 
				  cblt-x4-comp5 | 
 
				  pic x(4) comp-5 | 
 
				
 
				 
				  | heap-buffer | 
 
				  pic x(n) | 
 
				  pic x(n) | 
 
				
 
				 
				  | status-code | 
 
				  「説明の読み方」を参照 | 
 
				    | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 入力パラメーター:
 
		 
		 
		
 
			  
			  
			  
				 
				  | heap-id | 
 
				  ヒープを開いた際に割り当てられたヒープ ハンドル。 | 
 
				
 
				 
				  | heap-ref | 
 
				  書き込みを開始するヒープのオフセット。.NET では、この最大値は 0x7fffffff に制限されています。 | 
 
				
 
				 
				  | heap-length | 
 
				  書き込むバイト数。 | 
 
				
 
				 
				  | heap-buffer | 
 
				  書き込むデータを格納したバッファー。このバッファーのサイズはプログラム側で決定します。データを確実に格納できる容量を確保してください。 |