IShellDetails interface

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.

Members

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

Methods

The IShellDetails interface has these methods.

MethodDescription
ColumnClick

Rearranges a column.

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

Minimum supported client

Windows 2000 Professional, Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shlobj.h

DLL

Shell32.dll (version 5.0 or later)

 

 

Show: