Previous Topic Next topic Print topic


PC_PRINTER_GET_BMP_INFO

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

On Exit:

bitmap-height Height of the loaded bitmap
bitmap-width Width of the loaded bitmap
status-code Printer Handling Routines Return Codes
Previous Topic Next topic Print topic