IFileDataRetriever::GetFileStream

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

Syntax

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

See Also

Reference

IFileDataRetriever Interface