AFX_GLOBAL_DATA::m_bUseBuiltIn32BitIcons

Indicates whether the framework uses predefined 32-bit color icons or icons of a lower resolution.

BOOL  m_bUseBuiltIn32BitIcons;

Remarks

TRUE specifies that the framework use 32-bit color icons; FALSE specifies lower resolution icons. The AFX_GLOBAL_DATA::AFX_GLOBAL_DATA constructor initializes this member to TRUE.

This member must be set at application startup.

Requirements

Header: afxglobals.h

See Also

Concepts

MFC Hierarchy Chart

Reference

AFX_GLOBAL_DATA Structure