IWMSStreamHeader::GetFormat
.gif)
| Previous | Next |
IWMSStreamHeader::GetFormat
The GetFormat method retrieves the stream format.
Syntax
Parameters
pFormat
[out] Pointer to a GUID identifying the stream 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 |