Obtains an NTX handle that corresponds to an RT handle. See Handle conversion.
Visual Basic:
Function ntxImportRtHandle( ByVal IncomingObject As Short, ByVal hObjectSource As Integer) As Integer
Visual C#:
Int32 ntxImportRtHandle ( Int16 IncomingObject, Int32 hObjectSource );
IncomingObjecthObjectSourceIncomingObject was obtained. For example, if the RT handle was stored in an address space, then pass the NTX handle for that address space in hObjectSource.A new NTX handle that refers to the same RT object as the RT handle.
E_EXISTIncomingObject or hObjectSource does not contain a valid handle.E_LOCATIONhObjectSource cannot be determined or is invalid.| Versions | Reference |
|---|---|
| INtime 3.0 | INtimeDotNet |
INtimeDotNet system calls, Object directory system calls, Handle conversion