#include "dinamo.h"
Data Fields | |
char | szUserId[MAX_USR_LEN+1] |
char | szPassword[MAX_USR_PWD+1] |
DWORD | dwAuthMask |
Data for creating new users on Dinamo. This structure is used by the DCreateUser() function.
char szUserId[MAX_USR_LEN+1] |
User identifier. It must be unique and uppercase and lowercase characters are differentiated (case-sensitive).
char szPassword[MAX_USR_PWD+1] |
Password associated with the user. Uppercase and lowercase characters are case-sensitive.
DWORD dwAuthMask |
Authorization mask. This must be composed from a bitmask according to the permissions previously defined. See the DCreateUser function.