mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 13:29:43 +00:00
[NDK][NTDLL][RTL] RtlCreateTagHeap(): Fix types and annotations
According to https://processhacker.sourceforge.io/doc/ntrtl_8h.html
This commit is contained in:
parent
0519ae0ac5
commit
25bff3a1e0
3 changed files with 6 additions and 6 deletions
|
@ -861,7 +861,7 @@ NTAPI
|
|||
RtlCreateTagHeap(
|
||||
_In_ HANDLE HeapHandle,
|
||||
_In_ ULONG Flags,
|
||||
_In_ PWSTR TagName,
|
||||
_In_opt_ PWSTR TagName,
|
||||
_In_ PWSTR TagSubName
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue