Found 2 other functions taking a
tSDP_RECORD
argument:
* Function sdp_db_service_search * Description This function searches for a record that contains the * specified UIDs. It is passed either NULL to start at the * beginning, or the previous record found. * Returns Pointer to the record, or NULL if not found.
* Function sdp_db_find_attr_in_rec * Description This function searches a record for specific attributes. * It is passed a pointer to the record. If the record contains * the specified attribute, (the caller may specify be a range * of attributes), the attribute is returned. * Returns Pointer to the attribute, or NULL if not found.