◆ fiftyoneDegreesPoolResourceCreate
typedef void*(* fiftyoneDegreesPoolResourceCreate) (fiftyoneDegreesPool *pool, void *state, fiftyoneDegreesException *exception) |
Used to create a new resource for use in the pool.
- Parameters
-
- pool - to create the resource for
- state - pointer to data used by the method
- exception - pointer to an exception data structure to be used if an exception occurs. See exceptions.h
- Returns
- pointer to the new resource