PxIODestroyService |
|
Destroys the specified service
int PxIODestroyService(PxIOService service);
Where:
service |
PxIOService handle of the service to destroy |
If the function succeeds, a value of PXIO_SUCCESS_STATUS is returned; otherwise, an error value is returned. More information on the nature of the error can be found by calling PxIOGetError.