Jump to content

KernReturnFileCache: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 5: Line 5:


==Parameters==
==Parameters==
;khfd:SFT pointer
;khfd (KEEhfile) - input:SFT pointer
;ptr:Pointer to a previously received cache data structure.
;ptr (KEECachePages*) - input:Pointer to a previously received cache data structure.


[[Category:KEE]]
[[Category:KEE]]

Latest revision as of 03:43, 28 May 2025

This appears to be the "free" function to return the ptr structure from KernReadFileAtCache back to the system.

Synopsis

APIRET APIENTRY KernReturnFileCache(KEEhfile khfd,KEECachePages* ptr);

Parameters

khfd (KEEhfile) - input
SFT pointer
ptr (KEECachePages*) - input
Pointer to a previously received cache data structure.