Jump to content

KernReturnFileCache: Difference between revisions

From EDM2
No edit summary
No edit summary
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==
Line 9: Line 8:
;ptr:Pointer to a previously received cache data structure.
;ptr:Pointer to a previously received cache data structure.


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

Revision as of 21:52, 9 June 2017

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
SFT pointer
ptr
Pointer to a previously received cache data structure.