Share via


Windows Media Player 11 SDK IWMPCdromBurn::put_labelĀ 

Windows Media Player SDK banner art

Previous Next

IWMPCdromBurn::put_label

The put_label method specifies the label string for the CD volume.

Syntax

  

Parameters

bstrLabel

[in]  BSTR that contains the label string for the CD volume.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

Due to the way CD labels are stored, the label of the CD may be shorter than the length of bstrLabel. If bstrLabel is longer than the maximum length of a CD label, the text will be truncated.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 11.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next