| HICON CBCGPGlobalUtils::GetCommonIcon | ( | const CWnd * | pWnd, |
| LPCTSTR | iconID, | ||
| BOOL | bLargeIcon = TRUE |
||
| ) |
Returns a common icon such as "Information", "Error" or "Question".
| pWnd | A pointer to a window used by the DPI scaling. |
| iconID | IDI_INFORMATION, IDI_WARNING, IDI_ERROR or IDI_QUESTION. |
| bLargeIcon | Specifies whether the returned icon should be large (32x32 in DPI 100%). |