Update pointer type to support 64 bit calls

This commit is contained in:
bwatters 2023-04-24 17:14:50 -05:00
parent b052386700
commit 9215488d31
No known key found for this signature in database
GPG Key ID: ECC0F0A52E65F268
1 changed files with 3 additions and 2 deletions

View File

@ -1263,12 +1263,13 @@ class Def_windows_advapi32
dll.add_function('ConvertStringSidToSidA', 'BOOL',[
["PCHAR","StringSid","in"],
["PDWORD","pSid","out"],
["PLPVOID","pSid","out"],
])
dll.add_function('ConvertStringSidToSidW', 'BOOL',[
["PWCHAR","StringSid","in"],
["PDWORD","pSid","out"],
["PLPVOID","pSid","out"],
["PLPVOID","pSid","out"],
])
dll.add_function('CopySid', 'BOOL',[