property ReadBinaryBytes.
Retrieves the amount of read bytes after reading binary data with
ReadBinaryFile().
|
hBinaryFile
[in] . Handleof
binary file
pVal
[out,
retval]
The
returned value is the amount of bytes.
0 means
the end of binary file.
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.