INtime SDK Help
ntxGetRtNodeInfo

Returns information about a node given its location.

Note: the information returned is not exactly analogous to the information returned from the INtime GetRtNodeInfo call.
#include <ntx.h>

NTXSTATUS ntxGetRtNodeInfo(
    NTXLOCATION hLoc, 
    NTXNODEINFO *pInfo
);

NTXSTATUS ntxGetRtNodeInfoW(
    NTXLOCATION Location, 
    LPNTXNODEINFOW pInfo
);

Parameters

hLoc
A location handle for the target node.
pInfo
A pointer to a NTXNODEINFO structure where the information is to be returned.

Return Values

E_OK 
Success.
E_PARAM 
Failure; an invalid NTXLOCATION value was specified, or the pInfo parameter was not a valid pointer.

Remarks

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.

Requirements

Versions Defined in Include Link to
INtime 4.0 intime/rt/include/rt.h rt.h rt.lib
See Also

GOBS

Structures