Jump to content

KernTestFileCache: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernTestFileCache(KEEhfile khfd); ==Description== Check whether the associated IFS for the specified file allows access to the file cache. Return..."
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Check whether the associated IFS for the specified file allows access to the file cache. Return 1 if yes, 0 if not. This seems to be again a special feature for JFS.
==Synopsis==
==Synopsis==
APIRET APIENTRY KernTestFileCache(KEEhfile khfd);
APIRET APIENTRY KernTestFileCache(KEEhfile khfd);
 
==Description==
Check whether the associated IFS for the specified file allows access to the file cache. Return 1 if yes, 0 if not. This seems to be again a special feature for JFS.


==Parameters==
==Parameters==
; ''khfd'' (KEEhfile) - input : SFT pointer


khfd
[[Category:KEE]]
    SFT pointer
 
[[Category:The OS/2 API Project]]

Latest revision as of 03:49, 28 May 2025

Check whether the associated IFS for the specified file allows access to the file cache. Return 1 if yes, 0 if not. This seems to be again a special feature for JFS.

Synopsis

APIRET APIENTRY KernTestFileCache(KEEhfile khfd);

Parameters

khfd (KEEhfile) - input
SFT pointer