IWMSStreamHeaderList::CloneStreamHeaderList
Previous | Next |
IWMSStreamHeaderList::CloneStreamHeaderList
The CloneStreamHeaderList method creates a copy of the IWMSStreamHeaderList interface.
Syntax
Parameters
pBufferAllocator
[in] Pointer to an IWMSBufferAllocator interface that can be used for optimization purposes. This can be set to NULL.
ppHeader
[out] Pointer to a pointer to an IWMSStreamHeaderList interface containing the copied 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 | ppHeader is null. |
E_OUTOFMEMORY | 0x8007000E | There is insufficient memory to complete the function. |
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 |