Click or drag to resize

DATAOBJ_GET_ITEM_FLAGS Enumeration

Values used by the Item's FromDataObject function to specify options concerning the processing of the source object.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum DATAOBJ_GET_ITEM_FLAGS
Members
  Member nameValueDescription
DOGIF_DEFAULT0 No special options.
DOGIF_TRAVERSE_LINK1 If the source object is a link, base the IShellItem on the link's target rather than the link file itself.
DOGIF_NO_HDROP2 If the source data object does not contain data in the CFSTR_SHELLIDLIST format, which identifies the object through an IDList, do not revert to the CF_HDROP format, which uses a file path, as an alternative in the transfer.
DOGIF_NO_URL4 If the source data object does not contain data in the CFSTR_SHELLIDLIST format, which identifies the object through an IDList, do not revert to the CFSTR_INETURL clipboard format, which uses a URL, as an alternative in the transfer.
DOGIF_ONLY_IF_ONE8 If the source object is an array of items, use it only if the array contains just one item.
See Also