LIBRARYFOLDERFILTER enumeration (shobjidl_core.h)

Defines options for filtering folder items.

Syntax

typedef enum LIBRARYFOLDERFILTER {
  LFF_FORCEFILESYSTEM = 1,
  LFF_STORAGEITEMS = 2,
  LFF_ALLITEMS = 3
} ;

Constants

 
LFF_FORCEFILESYSTEM
Value: 1
Return only file system items.
LFF_STORAGEITEMS
Value: 2
Return items that can be bound to an IStorage object.
LFF_ALLITEMS
Value: 3
Return all items.

Remarks

Used By

The LIBRARYFOLDERFILTER enumeration is used by the following methods and functions.

Requirements

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

See also

IShellLibrary