Closing a database device
When finished with a device, close it to free Cicode system resources by using the DevClose() function:
DevClose()
DevClose(hRecipe);
To define a group of devices:
See Also