In Configuration Manager, the ErrorDetail property contains a buffer in which additional error information can be retrieved from task sequence media creation.
[IDL] HRESULT ErrorDetail([out,retval] BSTR* Detail); |
Parameters
- Detail
- Data type: BSTRQualifiers: [out, retval]Pointer to the error details.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following value.
- S_OK
- The method succeeded.
Remarks
See Also
Send comments about this topic to Microsoft.