IObjectWithFolderEnumMode interface
Exposes methods that get and set enumeration modes of a parsed item.
Members
The IObjectWithFolderEnumMode interface inherits from the IUnknown interface. IObjectWithFolderEnumMode also has these types of members:
Methods
The IObjectWithFolderEnumMode interface has these methods.
| Method | Description |
|---|---|
| GetMode |
Retrieves the enumeration mode of the parsed item. |
| 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
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|