Share via


IWMSStreamHeaderList::AppendHeader

banner art

Previous Next

IWMSStreamHeaderList::AppendHeader

The AppendHeader method adds a new IWMSStreamHeader interface to the list.

Syntax

  

Parameters

pHeader

[in] Pointer to an IWMSStreamHeader interface containing the header to add to the list.

Return Values

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

Return code Number Description
E_INVALIDARG 0x80070057 pHeader is null.

Requirements

Header: streamdescription.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.

See Also

Previous Next