Windows Media Player 11 SDK Starting the Rip ProcessĀ
Previous | Next |
Starting the Rip Process
After you have retrieved the ripping interface as explained in the previous section, start the ripping process by calling IWMPCdromRip::startRip.
// Start ripping. HRESULT hr = m_spCdromRip->startRip();
You can stop the ripping operation by calling IWMPCdromRip::stopRip.
// Stop ripping. HRESULT hr = m_spCdromRip->stopRip();
See Also
Previous | Next |