Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the recording device to use for the write operation.
Syntax
HRESULT put_Recorder(
[in] IDiscRecorder2 *value
);
Parameters
[in] value
An IDiscRecorder2 interface that identifies the recording device to use in the write 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:
Return code | Description |
---|---|
|
There is currently a write operation in progress.
Value: 0xC0AA0400 |
|
This device does not support the operations required by this disc format.
Value: 0xC0AA0407 |
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 |