INtime SDK Help
RtImportHandle (iwin32x)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32x API > RtImportHandle (iwin32x)

Takes a handle, as used in the iwin32 environment, and prepares it for use in the iwin32x API.

The handle (24 bits) is combined with the current node (8 bits) to create a node-dependent handle.

Any handle not imported and not obtained via one of the RtXxx functions is connected to the default node, which is the local node. If that node does not exist, the use of not-imported handles is undefined.

HANDLE RtImportHandle(
    HANDLE h
);

Parameters

h
To be developed.

Remarks

This function is not present in the iwin32 API.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/nt/include/iwin32x.h iwin32x.h iwin32x.lib

Notes

This function operates within the context of Windows applications.

See Also

iwin32x API, iwin32 Overview