edmiGetGroupBN
EdmiError edmiGetGroupBN(SdaiString groupName, SdaiInstance *groupId);
Inquires the unique instance Id of the EDMgroup with the given name.
Arguments
Type | Name | Comment |
SdaiString | GroupName | Specifies the name of the EDMgroup of interrest the EDMdatabase. EDMgroup names are case insensitive. |
SdaiInstance | *groupId | Address of a variable that will receive a numeric groupID that uniquely identifies the edm_group instance in the EDMdatabase. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Â
Example
Â
 EdmiError rstat; SdaiGroup groupId; SdaiString groupName = "SUPERVISOR"; . . . if (rstat = edmiGetGroupBN(groupName, &groupId)) { /* Error in operation */ printf("\nError: %s in edmiGetGroupBN \n", edmiGetErrorText(rstat)); goto error; } printf("\nGroup with name '%s' has id %lu", groupName, groupId);
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â