VLSisLocalRenewalDisabled
Informs you whether or not local updates are enabled.
Syntax
VLS_LOC_UPD_STAT VLSisLocalRenewalDisabled (void);
This function has no arguments.
Returns
Returns the following error codes:
Error Code |
Description |
VLS_LOCAL_UPD_ENABLE |
Local renewal is enabled. This is the initial status and the status after VLSenableLocalRenewal is called. |
VLS_LOCAL_UPD_DISABLE |
Local renewal is disabled. This is the status after VLSdisableLocalRenewal is called. |