EXPLORER_BROWSER_FILL_FLAGS enumeration
These flags are used with IExplorerBrowser::FillFromObject.
Syntax
typedef enum EXPLORER_BROWSER_FILL_FLAGS { EBF_NONE = 0x0000000, EBF_SELECTFROMDATAOBJECT = 0x0000100, EBF_NODROPTARGET = 0x0000200 } EXPLORER_BROWSER_FILL_FLAGS;
Constants
- EBF_NONE
-
No flags.
- EBF_SELECTFROMDATAOBJECT
-
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
-
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
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012