IFileDataRetriever::GetFileStream
Gets a stream that can be used to access the file data.
HRESULT GetFileStream(
IStream **ppFileStream);
Parameters
- ppFileStream
[out] Returns an IStream object that is positioned at the start of the file.
Return Value
S_OK
E_POINTER