CWnd::GetIcon

Call this member function to obtain the handle to either a big (32x32) or the handle to a small (16x16) icon, as indicated by bBigIcon.

Syntax

HICON GetIcon( BOOL bBigIcon ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, SetIcon