HSMADM_GetRtcAdjustCount
Get the effective count of adjustments made to the RTC using the HSMADM_AdjustTime() function.
Synopsis
#include hsmadmin.h HSMADM_RV HSMADM_GetRtcAdjustCount(unsigned int hsmIndex, unsigned long *totalCount);
Parameter | Description |
---|---|
hsmIndex | Zero-based index of the HSM number to be used. |
totalCount | Address of the variable that will obtain the total count of adjustments. The total count of adjustments indicates the a count of the number of valid adjustments made via HSMADM_AdjustTime() call. This parameter must not be NULL. This parameter is only valid if RTC Access Control is enabled. RTC Access Control can be modified via the CTCONF utility. |