[Bug 3013] OleQueryLinkFromData fixme message slows down FileMaker Pro 5.5

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 19 13:27:20 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=3013

Mike Mestnik <cheako+winehq at mikemestnik.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cheako+winehq at mikemestnik.n
                   |                            |et

--- Comment #8 from Mike Mestnik <cheako+winehq at mikemestnik.net> 2011-07-19 13:27:19 CDT ---
Hello devs,
  This function may [1]always return S_OK and be compliant with the
specifications.  However this function is likely to be small, here is some
pseudo code.

HRESULT OleQueryLinkFromData(
  LPDATAOBJECT pSrcDataObject
) {
  dat = /* Get a pointer to the clipboard data */;
  ret = pSrcDataObject->QueryGetDat(dat);
  return (ret == S_OK) ? S_OK : S_FALSE;
}

Please help get this bug off the UNCONFIRMED list.

1. "A successful return from OleQueryLinkFromData does not, however, guarantee
the successful creation of a link."

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list