INtime SDK Help
GetRtLoadPath
INtime SDK v6 > 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
Success
FALSE
To determine the status, call GetLastRtError

Requirements

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