IObjectWithFolderEnumMode interface (shobjidl_core.h)
Exposes methods that get and set enumeration modes of a parsed item.
Inheritance
The IObjectWithFolderEnumMode interface inherits from the IUnknown interface. IObjectWithFolderEnumMode also has these types of members:
Methods
The IObjectWithFolderEnumMode interface has these methods.
IObjectWithFolderEnumMode::GetMode Retrieves the enumeration mode of the parsed item. |
IObjectWithFolderEnumMode::SetMode Sets the enumeration mode of the parsed item. |
Remarks
When to Implement
This interface is implemented as part of a Shell namespace extension, specifically the IShellFolder interface.When to Use
This interface is used by the IShellFolder::ParseDisplayName method to retrieve the FOLDER_ENUM_MODE value which controls the enumeration mode of the parsed item.Items with different enumeration modes compare canonically different (SHCIDS_CANONICALONLY) because they enumerate different sets of items.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |