On 9/10/2013 13:30, Alistair Leslie-Hughes wrote:
Hi,
Changelog: oledb32: Implement IDataSourceLocator get/put hWnd
Best Regards Alistair Leslie-Hughes
Hi, Alistair.
This is wrong, interface definition should be fixed as well, HWND parameter can't be LONG:
--- [id(0x60020000), propget] HRESULT hWnd([out, retval] long* phwndParent);
[id(0x60020000), propput] HRESULT hWnd([in] long phwndParent); ---
PSDK header has COMPATIBLE_LONG thing to make it work on win64.