Returns information about a node given its location.
#include <ntx.h>
NTXSTATUS ntxGetLocationInfo(
NTXLOCATION hLoc,
NTXLOCATIONINFO *pLocationInfo
);
NTXSTATUS ntxGetLocationInfoW(
NTXLOCATION Location,
LPNTXLOCATIONINFOW pLocationInfo
);
hLoc
pLocationInfo
There is limited UNICODE support for some NTX calls. By defining the macro _UNICODE_NTX_MINI_ the standard calls are mapped to their wide-character equivalents.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 4.0 | intime/rt/include/rt.h | rt.h | rt.lib |