DATAOBJ_GET_ITEM_FLAGS Enumeration |
Values used by the Item's FromDataObject function to specify options concerning the processing of the source object.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum DATAOBJ_GET_ITEM_FLAGS
Members
| Member name | Value | Description |
---|
| DOGIF_DEFAULT | 0 |
No special options.
|
| DOGIF_TRAVERSE_LINK | 1 |
If the source object is a link, base the IShellItem on the link's target rather than the link file itself.
|
| DOGIF_NO_HDROP | 2 |
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_URL | 4 |
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_ONE | 8 |
If the source object is an array of items, use it only if the array contains just one item.
|
See Also