IDiscFormat2Erase::put_Recorder method (imapi2.h)

Sets the recording device to use in the erase operation.

Syntax

HRESULT put_Recorder(
  [in] IDiscRecorder2 *value
);

Parameters

[in] value

An IDiscRecorder2 interface that identifies the recording device to use in the erase operation.

Return value

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

Remarks

The recorder must be compatible with the format defined by this interface. To determine compatibility, call the IDiscFormat2::IsRecorderSupported method.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2.h

See also

IDiscFormat2Erase

IDiscFormat2Erase::get_Recorder