(int, int, str) = GetDetailsOf(pidl, iColumn
)
Returns the value or title of a column in the folder's Details
view.
Parameters
pidl : PyIDL
The relative idl of an item in the folder. Use None to retrieve column title.iColumn : int
Zero based index of columnReturn Value
Returns a tuple representing a SHELLDETAILS struct, containing the formst (LVCFMT_*), column width in
characters,
and string representation of the requested value