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 );
h
This function is not present in the iwin32 API.
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.
iwin32x API, iwin32 Overview