KernReadFileAtCache: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernReadFileAtCache to KernReadFileAtCache |
No edit summary |
||
Line 21: | Line 21: | ||
Yet another JFS hack. Meanwhile I understand why IBM is reluctant to provide JFS support for Warp 4. | Yet another JFS hack. Meanwhile I understand why IBM is reluctant to provide JFS support for Warp 4. | ||
[[Category:Kern]] | |||
[[Category: |
Revision as of 02:44, 10 May 2017
Synopsis
APIRET APIENTRY KernReadFileAtCache(KEEhfile khfd,KEECachePages** ptr, QWORD off, ULONG nbytes, PULONG nread);
Description
This seems to do the same as KernReadAtFile, but reads from the cache and returns the corresponding pages of the cache data structure.
Parameters
khfd
SFT pointer
ptr
Pointer to a variable the receives the cache data structure for the specified data blocks.
off
Offset in file to start reading
nbytes
Number of bytes to read
nread
Pointer to an ULONG to receive the number of bytes actually read.
Comments
Yet another JFS hack. Meanwhile I understand why IBM is reluctant to provide JFS support for Warp 4.