* for certain descriptors matching unique criteria.\r
*\r
* Comparator routines are passed in a single pointer named CurrentDescriptor, and should return a value\r
* for certain descriptors matching unique criteria.\r
*\r
* Comparator routines are passed in a single pointer named CurrentDescriptor, and should return a value\r
* \param CurrConfigLoc Pointer to the current position in the configuration descriptor\r
* \param ComparatorRoutine Name of the comparator search function to use on the configuration descriptor\r
*\r
* \param CurrConfigLoc Pointer to the current position in the configuration descriptor\r
* \param ComparatorRoutine Name of the comparator search function to use on the configuration descriptor\r
*\r
enum DSearch_Return_ErrorCodes_t\r
{\r
DESCRIPTOR_SEARCH_Found = 0, /**< Current descriptor matches comparator criteria. */\r
enum DSearch_Return_ErrorCodes_t\r
{\r
DESCRIPTOR_SEARCH_Found = 0, /**< Current descriptor matches comparator criteria. */\r
enum DSearch_Comp_Return_ErrorCodes_t\r
{\r
DESCRIPTOR_SEARCH_COMP_Found = 0, /**< Configuration descriptor now points to descriptor which matches\r
enum DSearch_Comp_Return_ErrorCodes_t\r
{\r
DESCRIPTOR_SEARCH_COMP_Found = 0, /**< Configuration descriptor now points to descriptor which matches\r