Describe a role¶
saf_describe_role is a function defined in role.c.
Synopsis:
-
int
saf_describe_role(SAF_ParMode pmode, SAF_Role *role, char **name, char **url)¶
Formal Arguments:
role: Role to describename: If non-null, on return points to malloc’d role name if anyurl: If non-null, on return points to malloc’durlif any
Description: Breaks role into its parts and returns them through pointers.
Preconditions:
rolemust be a valid role handle. (low-cost)
Return Value: A non-negative value indicates success, and a negative value indicates failure. On return, the output
arguments name, url, and ID will be initialized.
See Also:
- Collection Roles: Introduction for current chapter