Click or drag to resize

GILIN Enumeration

Defines input options used when getting an icon location.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum GILIN
Members
  Member nameValueDescription
GIL_NONE0 No option is defined.
GIL_OPENICON1 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_FORSHELL2 The icon is displayed in a Shell folder.
GIL_ASYNC32 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_DEFAULTICON64 Retrieve information about the fallback icon. Fallback icons are usually used while the desired icon is extracted and added to the cache.
GIL_FORSHORTCUT128 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_CHECKSHIELD512 Explicitly return either GIL_SHIELD or GIL_FORCENOSHIELD in pwFlags. Do not block if GIL_ASYNC is set.
See Also