CWindow::GetIcon

This method retrieves the handle to the window’s large or small icon. GetIcon sends a WM_GETICON message to the window.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

HICON GetIcon( BOOL bBigIcon = TRUE ) const;

See Also

CWindow::SetIcon