Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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