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