Get battery voltage.
BOOL NET_DVR_GetBatteryVoltage( LONG lUserID, float *pVoltage );
[IN] Value returned by NET_DVR_Login_40.
[OUT] Battery voltage.
Return TRUE for success, and return FALSE for failure.
If FALSE is returned, you can call NET_DVR_GetLastError to get the error code.