stmfCheckTargetGroupInUse - check if a particular target group is in use
cc [ flag... ] file... –lstmf [ library... ] #include <libstmf.h> int stmfCheckTargetGroupInUse(stmfGroupName *groupName, boolean_t *inUse);
The name of the target group being checked.
B_TRUE if the group is in use. B_FALSE if the group is not in use.
The stmfCheckTargetGroupInUse() function checks whether a target group is in use. A target group is considered to be in use when there are one or more view entries using the target group.
The following values are returned:
The API call was successful.
The groupName argument was unrecognized.
The specified groupName was not found in the system.
See attributes(7) for descriptions of the following attributes:
|