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 );
IncomingObject
hObjectSource
IncomingObject
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_EXIST
IncomingObject
or hObjectSource
does not contain a valid handle.
E_LOCATION
hObjectSource
cannot be determined or is invalid. Versions | Reference |
---|---|
INtime 3.0 | INtimeDotNet |
INtimeDotNet system calls, Object directory system calls, Handle conversion