Click or drag to resize

StockIconSHGSI Enumeration

Some of the SHGSI_* values.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SHGSI
Members
  Member nameValueDescription
SHGSI_LARGEICON0 Causes the function to retrieve the large version of the icon, as specified by the SM_CXICON and SM_CYICON system metrics.
SHGSI_LINKOVERLAY32768 Causes the function to add the link overlay to the file's icon.
SHGSI_SELECTED65536 Causes the function to blend the icon with the system highlight color.
SHGSI_SHELLICONSIZE4 Causes the function to retrieve the Shell-sized icons rather than the sizes specified by the system metrics.
SHGSI_SMALLICON1 Causes the function to retrieve the small version of the icon, as specified by the SM_CXSMICON and SM_CYSMICON system metrics.
See Also