B_TEAM_INFO_BASIC
status_t error = get_extended_team_info(process, B_TEAM_INFO_BASIC, info);
status_t error = get_extended_team_info(teamID, B_TEAM_INFO_BASIC, teamInfo);
status_t status = get_extended_team_info(teamInfo.team, B_TEAM_INFO_BASIC, extendedInfo);
if ((flags & B_TEAM_INFO_BASIC) != 0) {