Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>hicon loadicon(word hmodule, lpstr idicon)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HICON LoadIcon(WORD hModule, LPSTR idIcon)

   The LoadIcon() function functions like the MS Windows version; it
   will try to load an icon from the binary resource file.

Parameters
  hModule is the handle of the opened resource file.
  idIcon is the identifier of the particular dialog box which you
   want to load.

Returns
  A non-zero handle to the loaded Icon if successful, 0 if not.

See Also: ICONs LoadString LoadMenu LoadAccelerators LoadDialog

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