Retreives the height and width of loaded bitmap
Note: This routine is supported for native COBOL only.
 
 
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-height
 | 
cblt-x4-comp5 | 
pic x(4) comp-5. | 
 
 
 
On Entry:
| 
bitmap-handle
 | 
Must be valid handle returned from PC_PRINTER_LOAD_BMP |