Enumeration of return values from 'KCML_Impersonate()
| Enumeration Value | Value | Description |
|---|---|---|
| _KCML_AUTH_OK | 0 | Success |
| _KCML_AUTH_INVALID | 1 | Incorrect username/password |
| _KCML_AUTH_NOTIMPL | 2 | Not Implemented |
| _KCML_AUTH_EXPIRED | 3 | Password is correct but has expired |
| _KCML_AUTH_ERROR | 4 | Configuration error |
Back to the list of Enumerations and Constants