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
|
@ -18,10 +18,11 @@ class Def_netapi32
|
||||||
])
|
])
|
||||||
|
|
||||||
dll.add_function('NetGetJoinInformation', 'DWORD',[
|
dll.add_function('NetGetJoinInformation', 'DWORD',[
|
||||||
["PBLOB","lpServer","in"],
|
["PWCHAR","lpServer","in"],
|
||||||
["PDWORD","lpNameBugger","out"],
|
["PDWORD","lpNameBuffer","out"],
|
||||||
["PDWORD","BufferType","out"]
|
["PDWORD","BufferType","out"]
|
||||||
])
|
])
|
||||||
|
|
||||||
dll.add_function('NetServerEnum', 'DWORD',[
|
dll.add_function('NetServerEnum', 'DWORD',[
|
||||||
["PWCHAR","servername","in"],
|
["PWCHAR","servername","in"],
|
||||||
["DWORD","level","in"],
|
["DWORD","level","in"],
|
||||||
|
|
Loading…
Reference in New Issue