Windows Media Player 11 SDK IWMPCdromBurn::get_burnProgress
Previous | Next |
IWMPCdromBurn::get_burnProgress
The get_burnProgress method retrieves the CD burning 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 burning process, including any staging operations.
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 |