#include "dinamo.h"
Data Fields | |
char | szUserId[MAX_USR_LEN+1] |
int | nBlocked |
DWORD | dwAttempts |
Structure for passing user lock parameters to DGetUserParam().
char szUserId[MAX_USR_LEN+1] |
Identification of the user in the HSM. The user name can contain MAX_USR_LEN characters. If the user name is shorter than MAX_USR_LEN, complete it with zeros (\0).
int nBlocked |
0 for non-locked user and non-zero for locked user.
DWORD dwAttempts |
Number of invalid authentication attempts.