GetCoreRAPath

Gets absolute path of FZ-CoreRA.exe.

TCHAR *GetCoreRAPath(void);
);

Parameters
None.

Return Value
Return the storage pointer of the absolute path for FZ-CoreRA.exe with the TCHAR type.

Description
Get the absolute path for CoreRA.exe

Example
    int Sample::SetUnitData(ProcUnit *ptrProcUnit, int dataNo, ANYTYPE *data)
    {

        TCHAR c_path;

        // get PATH

        c_path = GetCoreRAPath();

    }