Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
pv On successful return, contains the data read frtom the stream. cb The number of bytes to read from the stream object. pcbRead Pointer to a ULONG variable that receives the actual number of bytes read from the stream object.
For more information, please see the existing documentation for ISequentialStream::Read in the MSDN library.