mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 00:10:01 +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
|
@ -4028,10 +4028,10 @@ RtlExtendHeap(IN HANDLE Heap,
|
|||
|
||||
ULONG
|
||||
NTAPI
|
||||
RtlCreateTagHeap(IN HANDLE HeapHandle,
|
||||
IN ULONG Flags,
|
||||
IN PWSTR TagName,
|
||||
IN PWSTR TagSubName)
|
||||
RtlCreateTagHeap(_In_ HANDLE HeapHandle,
|
||||
_In_ ULONG Flags,
|
||||
_In_opt_ PWSTR TagName,
|
||||
_In_ PWSTR TagSubName)
|
||||
{
|
||||
/* TODO */
|
||||
UNIMPLEMENTED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue