KernReturnFileCache: Difference between revisions
Appearance
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); | ||
==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: | [[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.