int CloseInstrDevs (char *instrumentPrefix);
Closes all devices associated with an instrument module.
| Input | ||
| Name | Type | Description |
|---|---|---|
| instrumentPrefix | string | Must be null-terminated. |
| Name | Type | Description |
|---|---|---|
| result | integer | Result of the close instrument devices operation. |
| Code | Description |
| 0 | Success. |
instrumentPrefix specifies the prefix of the instrument module to close. CloseInstrDevs always returns zero. You should use CloseInstrDevs only in conjunction with OpenDev.