Gets the path to the error log. The path to the error log. Standard HRESULT indicating success or failure.
| 797 | /// <param name="pbstrChip">The path to the error log.</param> |
| 798 | /// <returns>Standard HRESULT indicating success or failure.</returns> |
| 799 | STDMETHOD(GetErrorLogFilePath)( |
| 800 | _Outptr_result_maybenull_ BSTR* pbstrErrorLogFilePath |
| 801 | ) = 0; |
| 802 | |
| 803 | /// <summary> |
| 804 | /// Gets the path to the main setup log. |
nothing calls this directly
no outgoing calls
no test coverage detected