ReadFile
|
![]() ![]() ![]() |
Name [in]
|
String specifying the name of the file in the device
|
Offset [in]
|
The transfer starting position from the beginning of the file in bytes
|
Length [in]
|
The number of bytes to transfer from the specified file
|
pData [out]
|
Pointer to SAFEARRAY of bytes containing data transferred from the file
|
S_OK
|
Success
|
E_NOINTERFACE
|
File with the specified name does not exist in the device
|
E_FAIL
|
Failure.
|