IWMSStreamHeaderList::GetContainerFormat

banner art

Previous Next

IWMSStreamHeaderList::GetContainerFormat

The GetContainerFormat method retrieves the stream format of the digital media stream.

Syntax

  

Parameters

pFormat

[out] Pointer to a GUID identifying the container format.

Stream format GUID
ASF 0x75b22630,0x668e,0x11cf,0xa6,0xd9,0x00,0xaa,0x00,0x62,0xce,0x6c
Unknown format 0x52769631, 0x38aa, 0x11d2, 0x9e, 0xfa, 0x0, 0x60, 0x97, 0xd2, 0xd7, 0xcf

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 pFormat 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