EXPLORER_BROWSER_FILL_FLAGS enumeration (shobjidl_core.h)

These flags are used with IExplorerBrowser::FillFromObject.

Syntax

typedef enum EXPLORER_BROWSER_FILL_FLAGS {
  EBF_NONE = 0,
  EBF_SELECTFROMDATAOBJECT = 0x100,
  EBF_NODROPTARGET = 0x200
} ;

Constants

 
EBF_NONE
Value: 0
No flags.
EBF_SELECTFROMDATAOBJECT
Value: 0x100
Causes IExplorerBrowser::FillFromObject to first populate the results folder with the contents of the parent folders of the items in the data object, and then select only the items that are in the data object.
EBF_NODROPTARGET
Value: 0x200
Do not allow dropping on the folder. In other words, do not register a drop target for the view. Applications can then register their own drop targets.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)