Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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