Retrieves the number of unsuccessful security validation attempts since the last successful attempt.
UINT CWB_ENTRY cwbCO_GetFailedSignons(
cwbCO_SysHandle system,
PUSHORT numberFailedAttempts);
The following list shows common return values.
You successfully must have called cwbCO_VerifyUserIDPassword, cwbCO_Signon, or cwbCO_Connect before using this API. If you want to ensure that the value that is returned is recent, you either must call cwbCO_VerifyUserIDPassword explicitly, or set the Validate Mode to CWBCO_VALIDATE_ALWAYS before you call cwbCO_Signon or cwbCO_Connect.