【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.32.13 Window::GetIcon
Contents
Description
Call this member function to get the handle to either a big (32x32) or the handle to a small (16x16) icon, as indicated by bBigIcon.
Syntax
HICON GetIcon(BOOL bBigIcon)
Parameters
- bBigIcon
- [input] Specifies a 32 pixel by 32 pixel icon if TRUE; specifies a 16 pixel by 16 pixel icon if FALSE.
Return
A handle to an icon. If unsuccessful, returns NULL.
Examples
Remark
See Also
Header to Include
origin.h