Share via


Solution::GetSessionLogFile method

Retrieve the name of the debugging log files that contain a record of the Axe engine execution.

Syntax

virtual HRESULT GetSessionLogFile(
  [out, optional] LPCWSTR *sessionLogFile
) const = 0;

Parameters

sessionLogFile [out, optional]

A double pointer to receive the path to the session files.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

Managed code uses the Solution.SessionLogFile | sessionLogFile property

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Solution