INtime SDK Help
RtSetNode (iwin32x)
INtime SDK v7 > About INtime > Alternate APIs > iwin32 API > iwin32x API > RtSetNode (iwin32x)

Sets the default node, which is used in all functions that obtain a new handle and in RtImportHandle.

As long as no current node has been set, the local node is the default node. If the local node does not exist, there is no default node.

This function is supported only in the iwin32x environment.

BOOLEAN RtSetNode(
    const char * cName
);

Parameters

cName
name of node to be target of subsequent iwin32x calls.

Remarks

This function has no equivalent 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

RtImportHandle, iwin32x API, iwin32 Overview