KernReturnFileCache: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernReturnFileCache to KernReturnFileCache |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Description== | ==Description== | ||
This appears to be the "free" function to return the ptr structure from KernReadFileAtCache back to the system. | This appears to be the "free" function to return the ptr structure from [[KernReadFileAtCache]] back to the system. | ||
==Parameters== | ==Parameters== | ||
;khfd:SFT pointer | |||
khfd | ;ptr:Pointer to a previously received cache data structure. | ||
ptr | |||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 00:45, 27 February 2017
Synopsis
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
- khfd
- SFT pointer
- ptr
- Pointer to a previously received cache data structure.