Windows Media Player 11 SDK IWMPCdromRip::get_ripProgressĀ 

Windows Media Player SDK banner art

Previous Next

IWMPCdromRip::get_ripProgress

The get_ripProgress method retrieves the CD ripping progress as percent complete.

Syntax

  

Parameters

plProgress

[out]  Pointer to a long that receives the progress value. Progress values range from 0 to 100.

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

The progress value represents the completed percentage of the entire ripping process. To determine the progress of a specific track, use IWMPMedia::getItemInfo with RipProgress as the attribute name. To determine the index of the track currently being ripped, call IWMPPlaylist::getItemInfo with CurrentRipTrackIndex as the attribute name.

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