It is exit processing, and make the device cannot be accessed.
Ret = ZmExit ( Id )
Id
[ C, C++: short ] [ Python: ctypes.c_short ]
Specify the device ID retrieved from ZmInit.
Ret [ C, C++: long ] [ Python: ctypes.c_long ]
Definition |
Value |
Description |
ZM_ERR_SUCCESS |
0 |
Normality completion |
ZM_ERR_DLL_INVALID_ID |
10001 |
Invalid ID was specified. |
ZM_ERR_DLL_CALL_DRIVER |
10002 |
Driver can't be called (Failed in the ioctl). |
ZM_ERR_DLL_CLOSE_FILE |
10004 |
Failed in the closing of the file (Failed in close). |
The others (See also: Details of Error Code)
None
Make the device ID retrieved from ZmInit invalid, and the device cannot be accessed.
After calling this function, only ZmInit and ZmGetErrorString can be used.
Perform termination processing.
C, C++ |
long Ret; |
Python |
Ret = ctypes.c_long() |