INtime SDK Help
GetRtLoadPath
INtime SDK v7.1 > About INtime > INtime Kernel > Files > GetRtLoadPath

Returns the path of the folder where the RTA for the current process was loaded from.

BOOLEAN GetRtLoadPath(
    LPSTR path,
    DWORD len
);

Parameters

path
Buffer where the load path will be returned to.
len
Length of buffer supplied.        

Return Values

    TRUE on success. FALSE on failure. The error status may be returned by calling GetLastRtError.

Requirements

Versions Defined in Include Link to
INtime 4.1 intime/rt/include/rtbase.h rt.h rt.lib