[Bug 42885] SQL Server 2012/2014 setup needs ADsOpenObject to bind to user 's account/computer

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 23 15:16:14 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=42885

winetest at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winetest at luukku.com

--- Comment #1 from winetest at luukku.com ---
Wine source code exposed this.

 116 HRESULT WINAPI ADsOpenObject(LPCWSTR lpszPathName, LPCWSTR lpszUserName,
LPCWSTR lpszPassword, DWORD dwReserved, REFIID riid, VOID** ppObject)
 117 {
 118     FIXME("(%s,%s,%u,%s,%p)!stub\n", debugstr_w(lpszPathName),
 119           debugstr_w(lpszUserName), dwReserved, debugstr_guid(riid),
ppObject);
 120     return E_NOTIMPL;
 121 }

https://source.winehq.org/git/wine.git/blob/b8a8e1bde9382897927945ec0b58b8a2fcfcfe59:/dlls/activeds/activeds_main.c#l116

-- 
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