IWMSPlaylist::UncueStream

banner art

Previous Next

IWMSPlaylist::UncueStream

The UncueStream method specifies that content that is previously prepared for streaming is uncued.

Syntax

  HRESULT UncueStream(
  
  IXMLDOMElement*
  
  pPlaylistEntry
  
  );

Parameters

pPlaylistEntry

[in] Pointer to a playlist entry object.

Return Values

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

Return code Number Meaning
E_INVALIDARG 0x80070057 pPlaylistEntry is a NULL pointer argument.
NS_E_PLAYLIST_UNSUPPORTED_ENTRY 0xC00D14B7 pPlaylistEntry is not a media element.
NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING 0xC00D14B4L pPlaylistEntry is already playing.

Example Code

   entry.



 entry.





























Requirements

Header: wmsserver.h

Library: WMSServerTypeLib.dll

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next