Sets the name of the ISO output file.
#include "ILTDVDBurner2.h"
Platform | Syntax |
---|---|
C | HRESULT ILTDVDBurner_put_ISOOutputFile(pDVDBurner, newVal) |
C++ | HRESULT put_ISOOutputFile(newVal) |
Pointer to an ILTDVDBurner interface.
A character string containing the name of the ISO output file. This file contains an image as a copy of the data burned on the disc.
Value | Meaning |
---|---|
S_OK | The function was successful. |
<> S_OK | An error occurred. Refer to the Error Codes. |
The currently selected drive must be in the idle state in order for this function to succeed.
Win32, x64
For a C example, refer to ILTDVDBurner::put_ISOOutputFile Example for C.
For a C++ example, refer to ILTDVDBurner::put_ISOOutputFile Example for C++.