IShellDetails interface (shlobj_core.h)
Exposed by Shell folders to provide detailed information about the items in a folder. This is the same information that is displayed by the Windows Explorer when the view of the folder is set to Details. For Windows 2000 and later systems, IShellDetails is superseded by IShellFolder2.
Inheritance
The IShellDetails interface inherits from the IUnknown interface. IShellDetails also has these types of members:
Methods
The IShellDetails interface has these methods.
IShellDetails::ColumnClick Rearranges a column. |
IShellDetails::GetDetailsOf Gets detailed information on an item in a Shell folder. |
Remarks
For Windows 2000 and later systems, folder objects should implement IShellFolder2 instead of this interface. However, if your application needs to function on earlier systems, IShellDetails should also be exposed.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shlobj_core.h |