◆ fiftyoneDegreesProfileIterateMethod
typedef bool(* fiftyoneDegreesProfileIterateMethod) (void *state, fiftyoneDegreesCollectionItem *item) |
Definition of a callback function which is passed an item of a type determined by the iteration method.
- Parameters
-
- state - pointer to data needed by the method
- item - to store each profile in while iterating
- Returns
- true if the iteration should continue, otherwise false to stop