Returns a location handle for the object given its NTXHANDLE.
NTXLOCATION ntxGetLocationOfRtObject(
NTXHANDLE hObject
);
Parameters
hObject
- NTXHANDLE for a valid object.
Return Values
- The NTXLOCATION value of the object.
- Success.
NTX_UNDEFINED_LOCATION
- Failure.
Status
E_OK 0x0000
- No exceptional conditions occurred.
E_EXIST 0x0006
- No RT node with the specified name exists. The node is either offline or not configured. To configure a node, use the INtime Configuration utility.
Requirements
Versions |
Defined in |
Include |
Link to |
INtime 4.2 |
intime/nt/include/ntx.h |
ntx.h |
ntx.lib, ntx64.lib |
See Also