KernReadFileAt: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:KEE:KernReadFileAt to KernReadFileAt |
(No difference)
|
Revision as of 12:27, 27 February 2017
Synopsis
APIRET APIENTRY KernReadFileAt(KEEhfile khfd,PVOID buf, QWORD off, ULONG nbytes, PULONG nread);
Description
This reads the content of a file into a buffer.
Parameters
- khfd
- SFT pointer
- buf
- Buffer to read data into
- 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.