bz_getGroupPerms()
Available since 2.4.0
Get the permissions a group has.
When you're done with the list, be sure to free the allocated memory with bz_deleteStringList().
Usage
bz_APIStringList* bz_getGroupPerms(const char* group)
Parameters | ||
---|---|---|
const char* |
group
|
The group whose perms to get |
Returns
bz_APIStringList* - A pointer to a string list containing the permissions of the specified group
Other Group Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!