[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  PalBmpLoad( hDC, cnBitmap )-> <hBmpPal>
------------------------------------------------------------------------------


 PARAMETER:


  <hDC>        handle that identifies a device context

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


 RETURNS:

  <hBmpPal> is the handle that identifies the bitmap to be drawn, and
  the associated palette


 DESCRIPTION:

  The PalBmpLoad function loads the specified bitmap resource from the given
  module's executable file. If you want to load a bitmap from disk, use
  PalBmpRead(). 
  The application must call PalBmpFree() to delete each handle returned
  by this functions


 SOURCE:

  SOURCE\FUNCTIONS\FWBMP.C



See Also: PalBmpDraw PalBmpRead PalBmpFree LoadBitMap
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson