Click or drag to resize

PERCEIVEDFLAG Enumeration

Indicates the source of the perceived type information.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum PERCEIVEDFLAG
Members
  Member nameValueDescription
PERCEIVEDFLAG_UNDEFINED0 No perceived type was found (PERCEIVED_TYPE_UNSPECIFIED).
PERCEIVEDFLAG_SOFTCODED1 The perceived type was determined through an association in the registry.
PERCEIVEDFLAG_HARDCODED2 The perceived type is inherently known to Windows.
PERCEIVEDFLAG_NATIVESUPPORT4 The perceived type was determined through a codec provided with Windows.
PERCEIVEDFLAG_GDIPLUS16 The perceived type is supported by the GDI+ library.
PERCEIVEDFLAG_WMSDK32 The perceived type is supported by the Windows Media SDK.
PERCEIVEDFLAG_ZIPFOLDER64 The perceived type is supported by Windows compressed folders.
See Also