RTL_GENERIC_FREE_ROUTINE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

typedef _Function_class_(RTL_GENERIC_FREE_ROUTINE)
VOID NTAPI RTL_GENERIC_FREE_ROUTINE(
    _In_ PRTL_GENERIC_TABLE Table,
    _In_ _Post_invalid_ PVOID Buffer
    );

#endif

View code on GitHub

NtDoc

No description available.