http://bugs.winehq.org/show_bug.cgi?id=3013
Mike Mestnik cheako+winehq@mikemestnik.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cheako+winehq@mikemestnik.n | |et
--- Comment #8 from Mike Mestnik cheako+winehq@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."