Menu

Converts a native Application Verifier log from a binary format to an XML-based format and saves it to the specified path.

Copy Code
HRESULT 
    SaveAsXML
   (
    BSTR  
    bstrLogPath
  
    BSTR  
    bstrSymPath
  
);

Parameters

bstrLogPath

[in] Full path to the log file.

bstrSymPath

[in] Full path to the symbol files of the image (application). The symbol files will be used to resolve the function names in the stack trace that could be included as part of the log.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_FAIL

The method failed.

E_UNEXPECTED

An unexpected error occurred.

E_INVALIDARG

You passed an invalid argument.

See Also