INtime SDK Help
ntxGetLocationInfo

Returns information about a node given its location.

#include <ntx.h>

NTXSTATUS ntxGetLocationInfo(
    NTXLOCATION hLoc, 
    NTXLOCATIONINFO *pLocationInfo
);

NTXSTATUS ntxGetLocationInfoW(
    NTXLOCATION Location, 
    LPNTXLOCATIONINFOW pLocationInfo
);

Parameters

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

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.

Return Values

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

Requirements

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