Patch for OLEClipbrd_IDataObject_GetData
26 Jan
2002
26 Jan
'02
10:52 a.m.
Hi, Forte Agent was unable to copy text from the clipboard into the message body window because of a bug in this method. I'm not sure how Wine's clipboard implementation works, but handles returned by GetClipboardData are not supposed to be valid after the app calls CloseClipboard (see MS docs). The attached patch makes a copy of the clipboard handle and passes that to the application. Forte Agent frees this handle after it has extracted the clipboard data, so there's no memory leak. Sander
8722
Age (days ago)
8722
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sander van Leeuwen