メモリからビットマップを解放し、そのイメージおよびパレットをオペレーティング システムに戻します。
構文:
call "PC_PRINTER_FREE_BMP" using printer-handle
by value bmp-id
returning status-code
パラメーター:
| |
呼び出しプロトタイプ使用時 (「説明の読み方」を参照) |
PIC |
| printer-handle |
cblt-x4-comp5 |
pic x(4) comp-5 |
| bmp-id |
cblt-x4-comp5 |
pic x(4) comp-5 |
| status-code |
「説明の読み方」を参照 |
入力パラメーター:
- printer-handle
- プリンターが開かれた場合に返されるプリンター ハンドル。
- bmp-id
- ロードされたビットマップの一意の ID。ビットマップがロードされた場合に返されます。
出力パラメーター:
- status-code
- プリンターの状態コード:
| 0 |
成功 |
| 3 |
プリンター デバイスが開かれていない |
| 20 |
ビットマップの解放に失敗した |
例:
call "PC_PRINTER_FREE_BMP" using printer-handle
by value bmp-idlogo
returning printer-retcode