Platform |
Win32, x64 |
Purpose |
To exports a device independent bitmap to a .BMP file. |
Syntax |
SUBROUTINE EXPORT_BMP@( HDIB, FILENAME, ERROR ) |
Description |
Writes a DIB to a bitmap file specified by FILENAME. HDIB is a handle returned for example by GET_SCREEN_DIB@, CLIPBOARD_TO_SCREEN_BLOCK@ or IMPORT_BMP@. ERROR returns one of the following: |
0 |
success |
|
1 |
unable to open file |
|
3 |
unable to write to file |
See also |
IMPORT_BMP@, WRITE_GRAPHICS_TO_BMP@, DIB_PAINT@, DRAW_FILLED_POLYGON@, EXPORT_GIF@, EXPORT_PCX@ |