Resets the DVD burner object to its defaults.
#include "ILTDVDBurner2.h"
| Platform | Syntax |
|---|---|
| C | HRESULT ILTDVDBurner_ResetToDefaults(pDVDBurner) |
| C++ | HRESULT ResetToDefaults() |
Pointer to an ILTDVDBurner Interface.
| Value | Meaning |
|---|---|
| S_OK | The function was successful. |
| <> S_OK | An error occurred. Refer to the Error Codes. |
Call this method before calling any other methods or properties to make sure future ILTDVBurner objects behave the way they did when the application was written.
Win32, x64