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.
Retrieves the handle to the window's large or small icon.
HICON GetIcon( BOOL bBigIcon = TRUE ) const;
Parameters
- bBigIcon
[in] If TRUE (the default value) the method returns the large icon. Otherwise, it returns the small icon.
Return Value
An icon handle.
Remarks
GetIcon sends a WM_GETICON message to the window.
Requirements
Header: atlwin.h