Solution::ReadLogFile method
Read a log file.
Syntax
virtual HRESULT ReadLogFile(
[in] LPCWSTR logPath,
[in] ILogReaderCallback *callback
) = 0;
Parameters
-
logPath [in]
-
A path to the log file.
-
callback [in]
-
A pointer to an ILogReaderCallback interface.
Return value
If AXE can read the session log file successfully, this method returns S_OK.
If an internal log processing object could not be created due to available memory limitations, this method returns E_OUTOFMEMORY.
Remarks
Managed code uses the Solution.ReadLogFile | readLogFile method.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|