IShellItemFilter interface (shobjidl_core.h)

Exposed by a client to specify how to filter the enumeration of a Shell item by a server application.

Inheritance

The IShellItemFilter interface inherits from the IUnknown interface. IShellItemFilter also has these types of members:

Methods

The IShellItemFilter interface has these methods.

 
IShellItemFilter::GetEnumFlagsForItem

Allows a client to specify which classes of objects in a Shell item should be enumerated for inclusion in the view.
IShellItemFilter::IncludeItem

Sets a given Shell item status to inclusion in the view.

Requirements

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

See also

IShellItem