KernReturnFileCache: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernReturnFileCache to KernReturnFileCache |
No edit summary |
||
(3 intermediate revisions by 2 users 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); | ||
==Parameters== | ==Parameters== | ||
;khfd (KEEhfile) - input:SFT pointer | |||
;ptr (KEECachePages*) - input:Pointer to a previously received cache data structure. | |||
[[Category:KEE]] | |||
[[Category: |
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.