User Information Security Hook
The jadeDevelopmentUserInfo user-supplied security hook function is called when a user first signs on to the Jade Platform development environment and the
The jadeDevelopmentUserInfo function has the following format.
int JOMAPI jadeDevelopmentUserInfo(const Character *userName,
const Character *password);
The jadeDevelopmentUserInfo function returns the following values.
| Value | Description |
|---|---|
| 0 | The user has access |
| Non-zero | The user has no access, and the routine failed |
