PERCEIVEDFLAG Enumeration |
Indicates the source of the perceived type information.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum PERCEIVEDFLAG
Members
| Member name | Value | Description |
---|
| PERCEIVEDFLAG_UNDEFINED | 0 |
No perceived type was found (PERCEIVED_TYPE_UNSPECIFIED).
|
| PERCEIVEDFLAG_SOFTCODED | 1 |
The perceived type was determined through an association in the registry.
|
| PERCEIVEDFLAG_HARDCODED | 2 |
The perceived type is inherently known to Windows.
|
| PERCEIVEDFLAG_NATIVESUPPORT | 4 |
The perceived type was determined through a codec provided with Windows.
|
| PERCEIVEDFLAG_GDIPLUS | 16 |
The perceived type is supported by the GDI+ library.
|
| PERCEIVEDFLAG_WMSDK | 32 |
The perceived type is supported by the Windows Media SDK.
|
| PERCEIVEDFLAG_ZIPFOLDER | 64 |
The perceived type is supported by Windows compressed folders.
|
See Also