Squashed commit of the following:
commit 665f3f5b993dfa48db817f6138ac356919af37fc Author: Chris Lennert <calennert@gmail.com> Date: Wed Aug 1 19:44:14 2012 -0500 Two corrections to NetGetJoinInformation args [Closes #661]unstable
parent
fac4ba270c
commit
4050633c18
|
@ -15,13 +15,14 @@ class Def_netapi32
|
|||
dll.add_function('NetUserDel', 'DWORD',[
|
||||
["PWCHAR","servername","in"],
|
||||
["PWCHAR","username","in"],
|
||||
])
|
||||
])
|
||||
|
||||
dll.add_function('NetGetJoinInformation', 'DWORD',[
|
||||
["PBLOB","lpServer","in"],
|
||||
["PDWORD","lpNameBugger","out"],
|
||||
["PWCHAR","lpServer","in"],
|
||||
["PDWORD","lpNameBuffer","out"],
|
||||
["PDWORD","BufferType","out"]
|
||||
])
|
||||
])
|
||||
|
||||
dll.add_function('NetServerEnum', 'DWORD',[
|
||||
["PWCHAR","servername","in"],
|
||||
["DWORD","level","in"],
|
||||
|
|
Loading…
Reference in New Issue