Jump to content

KernReadFileAt

From EDM2
Revision as of 05:38, 6 June 2016 by Martini (talk | contribs) (Created page with "==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. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.