IWMSStreamHeaderList::GetNativeContainerHeader

banner art

Previous Next

IWMSStreamHeaderList::GetNativeContainerHeader

The GetNativeContainerHeader method retrieves the actual header of the digital media stream.

Syntax

  

Parameters

ppBuffer

[out] Pointer to a pointer to an INSSBuffer interface containing the native header.

pdwOffset

[out] Pointer to a DWORD containing the offset into the buffer where the header begins, in bytes.

pdwLength

[out] Pointer to a DWORD containing the size of the header, in bytes.

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 ppBuffer, pdwOffset, or pdwLength 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