[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson