Calarence 2024-07-30 20:43 采纳率: 11.1%
浏览 8
已结题

如何通过IMAPI2来实现光盘的多次刻录?

如何通过IMAPI2来实现光盘的追加刻录?

空白光盘(dvd+rw)第一次写入后正常,后续写入新文件时,第一次写入的文件被覆盖了,主要通过一下类实现:

IDiscMaster2* m_discMaster = NULL;                //声明一个IDiscMaster2 接口
    IDiscRecorder2* m_discRecorder = NULL;            //声明一个IDiscRecorder2 接口
    IDiscFormat2Data*    m_discFormatData = NULL;    //声明一个IDiscFormat2Data 接口
    IFileSystemImage* image = NULL;                    //声明一个IFileSystemImage 接口

  • 写回答

0条回答 默认 最新

    报告相同问题?

    问题事件

    • 系统已结题 8月7日
    • 创建了问题 7月30日