[KERNEL32] HeapCreateTagsW(): Sync' types and add annotations

See RtlCreateTagHeap().
This commit is contained in:
Serge Gautherie 2021-05-24 08:56:17 +02:00 committed by Mark Jansen
parent 25bff3a1e0
commit 1944d7b71b
2 changed files with 5 additions and 5 deletions

View file

@ -166,10 +166,10 @@ HeapValidate(HANDLE hHeap,
*/
DWORD
WINAPI
HeapCreateTagsW(HANDLE hHeap,
DWORD dwFlags,
PWSTR lpTagName,
PWSTR lpTagSubName)
HeapCreateTagsW(_In_ HANDLE hHeap,
_In_ DWORD dwFlags,
_In_opt_ PWSTR lpTagName,
_In_ PWSTR lpTagSubName)
{
/* Call the RTL API */
return RtlCreateTagHeap(hHeap,

View file

@ -688,7 +688,7 @@
@ stdcall HeapAlloc(long long long) ntdll.RtlAllocateHeap
@ stdcall HeapCompact(long long)
@ stdcall HeapCreate(long long long)
@ stdcall -version=0x351-0x502 HeapCreateTagsW(long long wstr wstr)
@ stdcall -version=0x351-0x502 HeapCreateTagsW(ptr long wstr wstr)
@ stdcall HeapDestroy(long)
@ stdcall -version=0x351-0x502 HeapExtend(long long ptr long)
@ stdcall HeapFree(long long long) ntdll.RtlFreeHeap