DBSD_SendUserInfo
Sends user information.
DBSD_RET_CODE DBSD_SendUserInfo(const unsigned int userId, const char *userInfo);
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
userId |
User ID |
[0-4294967295] |
Input |
userInfo |
User information, including the user name and permission |
Non-empty |
Input |
Return Values
- Success: DBSD_RET_OK(0)
- Failure: Error code
Parent topic: Reference for SQL Anomaly Detection