IWMSTransportProperties::GetNumAlternateStreamProperties
Previous | Next |
IWMSTransportProperties::GetNumAlternateStreamProperties
The GetNumAlternateStreamProperties method retrieves the number of properties associated with a stream.
- **Note **This method is available only on Windows Server 2003, Enterprise Edition with Service Pack 1; Windows Server 2003, Datacenter Edition with Service Pack 1; and Windows Server 2008.
Syntax
HRESULT GetNumAlternateStreamProperties( DWORD dwStreamId, DWORD* pdwCount );
Parameters
dwStreamId
[in] DWORD containing the stream ID of the stream.
pdwCount
[out] Pointer to a DWORD containing the number of properties associated with the stream.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003, Enterprise Edition with Service Pack 1; Windows Server 2003, Datacenter Edition with Service Pack 1; Windows Server 2008.
See Also
Previous | Next |