Share via


IWMSStreamSwitchDescriptionList::GetIndexedDescription

banner art

Previous Next

IWMSStreamSwitchDescriptionList::GetIndexedDescription

The ChangeIndexedDescription method retrieves the description for a specified stream.

Syntax

  

Parameters

dwDescriptionNum

[in] DWORD containing the index of the description to retrieve.

pStreamSwitchDesc

[in] Pointer to a CWMSStreamSwitch structure containing the description.

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