MCPcopy Create free account
hub / github.com/build2/build2 / STDMETHOD(GetErrorLogFilePath)

Function STDMETHOD(GetErrorLogFilePath)

libbuild2/cc/msvc-setup.h:799–801  ·  view source on GitHub ↗

Gets the path to the error log. The path to the error log. Standard HRESULT indicating success or failure.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected