Click or drag to resize

WTS_CACHEFLAGS Enumeration

A combination of flags that contain information about a thumnail.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum WTS_CACHEFLAGS
Members
  Member nameValueDescription
WTS_DEFAULT0 No option is set.
WTS_LOWQUALITY1 Set when the returned bitmap dimensions are less than requested thumb size.
WTS_CACHED2 Set when the returned image is in the cache.
See Also