Retrieves the height and width of a loaded bitmap. 
	 
 
  
 
	  
		Restriction: This routine is not currently supported on UNIX platforms. 
		 
 
	  
 
	 Syntax:
 
		 
		call "PC_PRINTER_GET_BMP_INFO" using 
                               by value bitmap-handle
                               by value bitmap-height
                               by value bitmap-width
end-call
 
	  
 
	 Parameters:
 
		 
		 
		
 
			  
			  
			  
			  
			  
			  
			  
				 
				  |   | 
 
				  Using call prototype (see 
					 Key) 
				   | 
 
				  Picture 
				   | 
 
				
 
			 
 
			  
				
				  | bitmap-handle
				   | 
				  cblt-x4-comp5 
				   | 
				  pic x(4) comp-5. 
				   | 
				
				 
				  |  
					 bitmap-height 
				   | 
 
				  cblt-x4-comp5 
				   | 
 
				  pic x(4) comp-5. 
				   | 
 
				
				
				  | bitmap-width
				   | 
				  cblt-x4-comp5 
				   | 
				  pic x(4) comp-5. 
				   | 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 On Entry:
 
		 
		 
		
 
			  
			  
			  
				 
				  |  
					 bitmap-handle 
				   | 
 
				  Must be valid handle returned from PC_PRINTER_LOAD_BMP 
				   |