delete_client interface
- Definition:
int _stdcall delete_client(void* client);
- Parameter:
client:[in],The client object which is form new_client.
- Return:
Return ERROR_OK if success,else refer to the definition of error number
- Explain:
Release a client object, it's called when finish to access the camera, and then this client will be invalid.