Added RtlAllocateAndInitializeSid entry.
This commit is contained in:
parent
7ed9441684
commit
c4d9f6515b
|
@ -265,7 +265,7 @@ type win32
|
||||||
262 stub RtlAddAttributeActionToRXact
|
262 stub RtlAddAttributeActionToRXact
|
||||||
263 stub RtlAddAuditAccessAce
|
263 stub RtlAddAuditAccessAce
|
||||||
264 stub RtlAdjustPrivilege
|
264 stub RtlAdjustPrivilege
|
||||||
265 stub RtlAllocateAndInitializeSid
|
265 stdcall RtlAllocateAndInitializeSid(ptr long long long long long long long long long ptr) AllocateAndInitializeSid
|
||||||
266 stdcall RtlAllocateHeap(long long long) HeapAlloc
|
266 stdcall RtlAllocateHeap(long long long) HeapAlloc
|
||||||
267 stub RtlAnsiCharToUnicodeChar
|
267 stub RtlAnsiCharToUnicodeChar
|
||||||
268 stub RtlAnsiStringToUnicodeSize
|
268 stub RtlAnsiStringToUnicodeSize
|
||||||
|
|
Loading…
Reference in New Issue