[Bug 17322] Multiple applications need 'NetUserEnum' implementation (Fresh Diagnose 8.0, Directory Opus 10, Nero Burning ROM v8)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 4 16:23:45 CST 2015


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at 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 at gmx.net> ---
Hello folks,

refining summary, obviously still present.

Source:
http://source.winehq.org/git/wine.git/blob/8c60161148aabab9655ff43f7739a54c1f3f88d7:/dlls/netapi32/netapi32.c#l2288

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

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