Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - loadbitmap() load the specified resource bitmap http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LoadBitmap()           Load the specified resource bitmap
--------------------------------------------------------------------------------

   Syntax:              LoadBitmap( <hInst>, <cnBitmap> )  --> <hBitmap>


   Parameters:

   <hInst>              Identifies the module that contains the bitmap
                        to be loaded.

   <cnBitmap>           The name or the numeric identifier of the
                        bitmap to load.

   Returns:

   <hBitmap>            The handle of the bitmap loaded.

   Observations:        Don't use this function to load a bitmap from
                        disk. Use ReadBitmap() instead.

   Sample:              SAMPLES\\Install.prg  SAMPLES\\TestRes.prg

   Source code:         SOURCE\\WINAPI\\LoadBmp.c

   See also:            ReadBitmap() DeleteObject()



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