CALL "W$BITMAP" USING WBITMAP-LOAD name GIVING bitmapHandle |
WBITMAP-LOAD | Constant | |
name | PIC X(n) | Specifies the name of the file containing the image to be displayed. Unless the file has been included in the program class file through the COPY RESOURCE statement, the framework will look for the file on disk. During the search on disk, if name specifies relative pathname, the framework will resolve the relative pathname in the following locations, in order: 1. the current working directory 2. any jar and directory listed in the Classpath 3. the same jar or directory where the program class file was loaded from. |
> 0 | Receives the handle to the bitmap |
-1 | Error: file not found or not readable |
-2 | Error: out of memory loading the bitmap |
-3 | Error: not a valid bitmap |
-4 | Error: format not supported |