Windows Media Player 11 SDK IWMPCdromBurn.getItemInfo (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPCdromBurn.getItemInfo (VB and C#)

The getItemInfo method retrieves the value of the specified attribute for the CD.

  

Parameters

bstrItem

A System.String that contains one of the following values.

Value Description
AvailableTime Retrieves the time available on the CD, in seconds.
Blank Retrieves a System.Boolean (represented as a string) indicating whether the CD is blank.
FreeSpace Retrieves the free space on the CD, in bytes.
TotalSpace Retrieves the total space on the CD, in bytes.

Return Value

A System.String that is the value of the specified attribute.

Requirements

Version: Windows Media Player 11.

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next