Defines input options used when getting an icon location.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum GILIN
Members
| Member name | Value | Description |
---|
| GIL_NONE | 0 |
No option is defined.
|
| GIL_OPENICON | 1 |
The icon is in the open state if both open-state and closed-state images are available. If this flag is not specified, the icon is in the normal or closed state. This flag is typically used for folder objects.
|
| GIL_FORSHELL | 2 |
The icon is displayed in a Shell folder.
|
| GIL_ASYNC | 32 |
Set this flag to determine whether the icon should be extracted asynchronously. If the icon can be extracted rapidly, this flag is usually ignored.
|
| GIL_DEFAULTICON | 64 |
Retrieve information about the fallback icon. Fallback icons are usually used while the desired icon is extracted and added to the cache.
|
| GIL_FORSHORTCUT | 128 |
The icon indicates a shortcut. However, the icon extractor should not apply the shortcut overlay; that will be done later. Shortcut icons are state-independent.
|
| GIL_CHECKSHIELD | 512 |
Explicitly return either GIL_SHIELD or GIL_FORCENOSHIELD in pwFlags. Do not block if GIL_ASYNC is set.
|
See Also