reactos/dll/win32/netapi32
Timo Kreuzer be97da34ac [NETAPI32] Fix NetUserEnum to work on x64
The previous implementation used the resume_handle parameter to return a pointer to the active enumeration context, but resume_handle is a DWORD. To support 64 bit pointers, the enumeration context is inserted into a global linked list and given a unique 32 bit value as identifier for later lookup.
The way the function is implemented, leaking a data structure while the MSDN description does not indicate that, seems a little questionable in general, but that is something that I leave to the original author to investigate.
2019-04-02 01:45:51 +02:00
..
apibuf.c
browser.c
CMakeLists.txt
dfs.c
display.c
dssetup.c
group_new.c [NETAPI32] Initialize parm_err 2019-03-09 20:26:00 +01:00
local_group.c [NETAPI32] Initialize parm_err 2019-03-09 20:26:00 +01:00
misc.c
nbcmdqueue.c
nbcmdqueue.h
nbnamecache.c
nbnamecache.h
nbt.c
netapi32.c [NETAPI32] Fix NetUserEnum to work on x64 2019-04-02 01:45:51 +02:00
netapi32.h [NETAPI32] Fix NetUserEnum to work on x64 2019-04-02 01:45:51 +02:00
netapi32.spec
netbios.c
netbios.h
netlogon.c
obsolete.c
schedule.c
srvsvc.c
user.c [NETAPI32] Fix NetUserEnum to work on x64 2019-04-02 01:45:51 +02:00
utils.c [NETAPI32] NetUserGetInfo: Build and return the users SID for level 4 and 23. 2019-03-11 22:31:36 +01:00
wksta.c
wksta_new.c