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