_Inout_ _At_()

in phnt/include/ntrtl.h [1526:1530]


    _Inout_ _At_(UnicodeString->Buffer, _Frees_ptr_opt_) PUNICODE_STRING UnicodeString
    )
{
    HeapFree(NtCurrentPeb()->ProcessHeap, 0, UnicodeString->Buffer);
}