Jump to content

KernReturnFileCache: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernReturnFileCache(KEEhfile khfd,KEECachePages* ptr); ==Description== This appears to be the "free" function to return the ptr structure from Ke..."
 
No edit summary
 
(4 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);
 
==Description==
This appears to be the "free" function to return the ptr structure from KernReadFileAtCache back to the system.


==Parameters==
==Parameters==
;khfd (KEEhfile) - input:SFT pointer
;ptr (KEECachePages*) - input:Pointer to a previously received cache data structure.


khfd
[[Category:KEE]]
    SFT pointer
ptr
    Pointer to a previously received cache data structure.
 
 
[[Category:The OS/2 API Project]]

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.