INtime SDK Help
ntxExportRtHandle

Exports an NTXHANDLE from an RTHANDLE. See Handle conversion.

RTHANDLE ntxExportRtHandle(
    NTXHANDLE handle
);

Parameters

handle
The NTXHANDLE in question.

Return Values

A new RTHANDLE that refers to the same RT object as the NTXHANDLE.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/nt/include/ntx.h ntx.h N/A

See Also

Object directory system calls, Handle conversion