#ifndef _NTRTL_H // // Memory cache // typedef _Function_class_(RTL_SECURE_MEMORY_CACHE_CALLBACK) NTSTATUS NTAPI RTL_SECURE_MEMORY_CACHE_CALLBACK( _In_ PVOID Address, _In_ SIZE_T Length ); #endif View code on GitHub
No description available.