https://bugs.winehq.org/show_bug.cgi?id=17322
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |netapi32 Summary|Fresh Diagnose 8.0 : goes |Multiple applications need |on a "loop", and has to be |'NetUserEnum' |"killed", when trying to |implementation (Fresh |get information for the |Diagnose 8.0, Directory |system users. |Opus 10, Nero Burning ROM | |v8)
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary, obviously still present.
Source: http://source.winehq.org/git/wine.git/blob/8c60161148aabab9655ff43f7739a54c1...
--- snip --- 2288 NET_API_STATUS WINAPI 2289 NetUserEnum(LPCWSTR servername, DWORD level, DWORD filter, LPBYTE* bufptr, 2290 DWORD prefmaxlen, LPDWORD entriesread, LPDWORD totalentries, 2291 LPDWORD resume_handle) 2292 { 2293 FIXME("(%s,%d, 0x%d,%p,%d,%p,%p,%p) stub!\n", debugstr_w(servername), level, 2294 filter, bufptr, prefmaxlen, entriesread, totalentries, resume_handle); 2295 2296 return ERROR_ACCESS_DENIED; 2297 } --- snip ---
$ wine --version wine-1.7.35-73-g6eb4966
Regards