Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>_gbmpload()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gBmpLoad()
 Load a bitmap (.bmp) or icon (.ico) file into memory
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ITEM _gBmpLoad(
                     char far * fpFileName
                   )

 Arguments

     fpFileName is a pointer to the .BMP or .ICO file name that you want
     to load.

 Returns

     An array item which is the pointer to the VMM region containing the .BMP
     or .ICO (not a black and white icon).  The first two elements of the
     returned array contain the width and height of the .BMP or .ICO in
     pixels.

     Important!  Do not modify this array before passing it to
     _gBmpDisp().

 Files   Library is LLIBG.LIB, header file is Llibg.api.


See Also: _gBmpDisp()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson