Init_rc_ipcamlib interface
- Definition:
int _stdcall init_rc_ipcam_lib(unsigned int * major, unsigned int * minor);
- Parameter:
major:[out], Output the major version of rc_ipcam lib
minor:[out], Output the minorversion of rc_ipcam lib
- Return:
Return ERROR_OK if success, else refer to the definition of error number.
- Explain:
Initialize the rc_ipcam lib. Make sure it's called before calling other funtion of the lib.