Jump to content

KernReturnFileCache: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This appears to be the "free" function to return the ptr structure from [[KernReadFileAtCache]] back to the system.
==Synopsis==
==Synopsis==
APIRET APIENTRY KernReturnFileCache(KEEhfile khfd,KEECachePages* ptr);
APIRET APIENTRY KernReturnFileCache(KEEhfile khfd,KEECachePages* ptr);
 
==Description==
This appears to be the "free" function to return the ptr structure from [[KernReadFileAtCache]] back to the system.


==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:Kern]]
[[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.