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