次の方法で共有


Solution::GetSessionFolder method

Retrieve the folder that contains the Axe engine state files and debugging logs.

Syntax

virtual HRESULT GetSessionFolder(
  [out, optional] LPCWSTR *sessionFolder
) const = 0;

Parameters

sessionFolder [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.SessionFolder | sessionFolder 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