* IShellFolder2.columnstart -> IShellFolder2.columnstate, as per Mantis #20519

git-svn-id: trunk@19515 -
This commit is contained in:
marco 2011-10-19 14:59:59 +00:00
parent 964eb8772a
commit 4703b63c19

View File

@ -1835,7 +1835,7 @@ Type
function GetDefaultSearchGUID(out guid:TGUID):HResult;StdCall;
function EnumSearches(out ppenum:IEnumExtraSearch):HResult;StdCall;
function GetDefaultColumn(dwres:DWORD;psort :pulong; pdisplay:pulong):HResult;StdCall;
function GetDefaultColumnStart(icolumn:UINT;pscflag:PSHCOLSTATEF):HResult;StdCall;
function GetDefaultColumnState(icolumn:UINT;pscflag:PSHCOLSTATEF):HResult;StdCall;
function GetDetailsEx(pidl:LPCITEMIDLIST;pscid:PSHCOLUMNID; pv : pOLEvariant):HResult;StdCall;
function GetDetailsOf(pidl:LPCITEMIDLIST;iColumn:UINT;psd:PSHELLDETAILS):HResult;StdCall;
function MapColumnToSCID(iColumn:UINT;pscid:PSHCOLUMNID):HResult;StdCall;