An application can retrieve the image for an icon by using the GetIconInfo function, and can draw it by using the DrawIconEx function. To draw the default image for a icon, specify the DI_COMPAT flag in the call to DrawIconEx. If you do not specify the DI_COMPAT flag, DrawIconEx draws the icon using the image that the user specified.
Приложение может извлечь образ для иконы используя функцию GetIconInfo, и может сделать это используя функцию DrawIconEx. Для того, чтобы делать встроенным образом для иконы, определите флаг DI_COMPAT на вызове на DrawIconEx. Если Вы не определяете флаг DI_COMPAT, DrawIconEx делает иконой, использовавшей образ, что потребитель определял.