ESI_DETAILS Struct Reference
#include <ctgclient_esi.h>
Data Fields | |
ESI_DATETIME | lastVerifiedTime |
ESI_DATETIME | lastAccessedTime |
ESI_DATETIME | expiryTime |
int | invalidCount |
Detailed Description
The ESI_DETAILS structure contains the meta-data returned from an ESI call.
Definition at line 90 of file ctgclient_esi.h.
Field Documentation
ESI_DATETIME expiryTime |
The data and time when the current password will expire.
Definition at line 102 of file ctgclient_esi.h.
int invalidCount |
The number of invalid password verification attempts for the user ID since the last successful password verification.
This value is zero on a successful invocation of the CTG_ESI_changePassword function.
Definition at line 108 of file ctgclient_esi.h.
ESI_DATETIME lastAccessedTime |
The date and time when the user ID was last accessed.
Definition at line 98 of file ctgclient_esi.h.
ESI_DATETIME lastVerifiedTime |
The date and time when the user ID was last verified.
Definition at line 94 of file ctgclient_esi.h.