IPlaylistFileInfo::GetStream Method

The GetStream method gets the IsSequentialStream instance that provides sequential access to the file contents.

RESULT GetStream( [out, retval] IsSequentialStream *ppStream);

Arguments

ppStream

An IsSequentialStream instance.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: playlistprovider.h

Library: playlistprovider.dll

Platform: Windows Server 2008 family