[NDK][NTDLL][RTL] RtlCreateTagHeap(): Fix types and annotations

According to
https://processhacker.sourceforge.io/doc/ntrtl_8h.html
This commit is contained in:
Serge Gautherie 2021-05-24 08:56:17 +02:00 committed by Mark Jansen
parent 0519ae0ac5
commit 25bff3a1e0
3 changed files with 6 additions and 6 deletions

View file

@ -861,7 +861,7 @@ NTAPI
RtlCreateTagHeap(
_In_ HANDLE HeapHandle,
_In_ ULONG Flags,
_In_ PWSTR TagName,
_In_opt_ PWSTR TagName,
_In_ PWSTR TagSubName
);