[pywin32-bugs] [ pywin32-Feature Requests-3585998 ] Add support for SHParseDisplayName
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-11-10 21:00:39
|
Feature Requests item #3585998, was opened at 2012-11-10 02:01 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3585998&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: com Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Itay Brandes (itaybb) Assigned to: Nobody/Anonymous (nobody) Summary: Add support for SHParseDisplayName Initial Comment: From MSDN: Translates a Shell namespace object's display name into an item identifier list and returns the attributes of the object. This function is the preferred method to convert a string to a pointer to an item identifier list (PIDL). http://msdn.microsoft.com/en-us/library/windows/desktop/bb762236%28v=vs.85%29.aspx ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2012-11-10 13:00 Message: Function has been added to the shell module. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3585998&group_id=78018 |