You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing a method
that Reads data from the specified file. The reads occur at the position specified by the file pointer.
Which of the following is the method being discussed.
A.
The ReadFileEx method.
B.
The OpenFile method.
C.
The ReadFile method.
D.
The OpenEncryptedFileRaw method.
E.
The ReadFileScatter method.
Explanation:
Option E
The function starts reading data from the file at a position that is specified by an OVERLAPPED structure. The ReadFileScatter function operates asynchronously.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms684342(v=vs.85).aspx
Sorry disagree with the answer. I think it should be C – The ReadFile method.
See the description that matches the requirement?
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365467%28v=vs.85%29.aspx
so, what is the answer? B or E?
It’s definitely E, Muhammad is right
Sorry, I meant C, Muhammad is right