[pywin32-bugs] [ pywin32-Patches-769455 ] return list of files for GetClipboardData(CF_HDROP)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-07-12 13:07:41
|
Patches item #769455, was opened at 2003-07-11 13:51 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=769455&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: return list of files for GetClipboardData(CF_HDROP) Initial Comment: win32clipboard.GetClipboardData was returning a string representation of a c struct for CF_HDROP. which was pretty much useless. Instead it now returns a list of names of files that were copied to the clipboard. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-07-12 23:07 Message: Logged In: YES user_id=14198 Checked in - thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=769455&group_id=78018 |