MmGetCacheAttribute

NTSTATUS __stdcall MmGetCacheAttribute(_LARGE_INTEGER PhysicalAddress, _MEMORY_CACHING_TYPE *CacheType){
  return MmGetCacheAttributeEx(PhysicalAddress.QuadPart, 0i64, CacheType);
}

Referenced by:

No references.