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