Click or drag to resize

WTS_CACHEFLAGS Enumeration

A combination of flags that contain information about a thumnail.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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