Old revisions Add to book Export to PDF Face API > BS2_GetAuthGroup BS2_GetAuthGroup Retrieves selected authentication groups. Declaration #include "BS_API.h" int BS2_GetAuthGroup(void* context, uint32_t deviceId, uint32_t* authGroupIds, uint32_t authGroupIdCount, BS2AuthGroup** authGroupObj, uint32_t* numAuthGroup); See BS2AuthGroup Structure Parameter [In] context : Context [In] deviceId : Device ID [In] authGroupIds : List of authentication groups to retrieve [In] authGroupIdCount : Number of authentication groups to retrieve [Out] authGroupObj : Authentication group list pointer [Out] numAuthGroup : Number of authentication groups NOTE The authGroupObj variable needs to return the memory to the system by the BS2_ReleaseObject function after being used. Return Value If successfully done, BS_SDK_SUCCESS will be returned. If there is an error, the corresponding error code will be returned. See Also BS2_GetAllAuthGroup BS2_SetAuthGroup BS2_RemoveAuthGroup BS2_RemoveAllAuthGroup