netstat: Initial implementation.
[wine] / dlls / shell32 / shellitem.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2011-09-21  Michael Stefaniucshell32: Remove casts to the type of the casted expression.
2010-12-20  David Hedbergshell32: Add IShellItem2 stub to ShellItem implementation.
2010-12-20  David Hedbergshell32: IShellItem::GetAttributes should also work...
2010-12-16  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-12-05  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-08-24  David Hedbergshell32: Support BHID_SFUIObject and BHID_DataObject...
2010-08-17  David Hedbergshell32: Partial implementation of IShellItem::BindToHa...
2010-07-30  David Hedbergshell32: Fixup IShellItemArray_Constructor helper.
2010-07-26  David Hedbergshell32: Implement SHCreateShellItemArrayFromDataObject.
2010-07-26  David Hedbergshell32: Implement SHCreateShellItemArrayFromShellItem.
2010-07-26  David Hedbergshell32: Initial implementation of IShellItemArray...
2010-07-26  David Hedbergshell32: Implement IShellItem::Compare.
2010-07-26  David Hedbergshell32: Implement SHGetItemFromObject.
2010-07-23  David Hedbergshell32: Implement SHGetItemFromDataObject.
2010-07-23  David Hedbergshell32: Implement SHCreateItemFromIDList.
2010-07-23  David Hedbergshell32: Implement SHCreateItemFromParsingName.
2010-07-23  David Hedbergshell32: Implement SHGetNameFromIDList and IShellItem...
2009-09-10  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2009-05-22  Vincent Povirkshell32: Implement ShellItem_GetAttributes.
2009-05-22  Vincent Povirkshell32: Implement IShellItem_GetParent.
2009-05-22  Vincent Povirkshell32: Handle parent folders in SHCreateShellItem.
2009-05-22  Vincent Povirkshell32: Fail properly when no pidl is passed to SHCrea...
2009-02-26  Vincent Povirkshell32: Implement Get/SetIDList on ShellItem objects.
2009-02-25  Francois Gougetshell32: Remove WINAPI on static functions where not...
2009-02-24  Vincent Povirkshell32: Add IPersistIDList interface to ShellItem...
2009-02-24  Vincent Povirkshell32: Partially implement SHCreateShellItem.
2009-02-24  Vincent Povirkshell32: Add stub implementation of IShellItem.