Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this member function to set the handle to a specific icon, as identified by hIcon.
HICON SetIcon(
HICON hIcon,
BOOL bBigIcon
);
Parameters
hIcon
A handle to a previous icon.bBigIcon
Specifies a 32 pixel by 32 pixel icon if TRUE; specifies a 16 pixel by 16 pixel icon if FALSE.
Return Value
A handle to an icon.
Remarks
When the window class is registered, it selects an icon.
Example
See the example for CWnd::GetSystemMenu.
Requirements
Header: afxwin.h