Returns information about a node given its location.
GetRtNodeInfo call.
#include <ntx.h>
NTXSTATUS ntxGetRtNodeInfo(
NTXLOCATION hLoc,
NTXNODEINFO *pInfo
);
NTXSTATUS ntxGetRtNodeInfoW(
NTXLOCATION Location,
LPNTXNODEINFOW pInfo
);
hLocpInfoThere 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 |