HMACHINE Data Type

The handle for a machine that is connected to the 4Test Agent. The Connect function returns an HMACHINE when it completes successfully. 4Test defines this alias data type as follows:
type HMACHINE is HANDLE
When a function requires a machine handle for an input parameter, you can substitute the string form of the machine name instead of the handle form. For example:
SetMachineData("Client3", "StateData", sTestState)