[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  GetResources()-> <hInstance>
------------------------------------------------------------------------------


 RETURNS:

  <hInstance>    Is the Instance handle of the applications EXE file
                 or the handle of the resource DLL


 DESCRIPTION:

  This function lets you retrieve the resource handle that is used to load
  a resource from the exe file or a resource dll.


 EXAMPLE:


     +-------------------------------------------------------------+
     |  /* Load a String Resource */                               |
     |  hRes := GetResources()                                     |
     |  cName := LoadString( hRes, 1 )                             |
     |  cText := LoadString( hRes, 5 )                             |
     +-------------------------------------------------------------+



 SOURCE:  

  SOURCE\WINAPI\RESOURCE.C




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