IFileDataRetriever::GetFileStream

Gets a stream that can be used to access the file data.


HRESULT GetFileStream(
  IStream **ppFileStream);

ppFileStream

[out] Returns an IStream object that is positioned at the start of the file.

  • S_OK

  • E_POINTER

Show: