aMachineData = GetMachineData(hMachine, sName)
Variable | Description |
---|---|
aMachineData | Returned data. ANYTYPE. |
hMachine |
Handle to the machine of interest. HMACHINE. Since a string specifying the Agent name for the machine is automatically cast to a legal handle for the machine, you can also supply such a string for this argument. |
sName | The name that you have assigned to the data with the SetMachineData function. STRING. |