The callback interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
uint32(* | Retry )(DOFOperationRetryCallback self, DOFOperation operation) |
Callback for a Requestor when a retry is about to take place. | |
The callback interface function structure, containing a list of function pointers that implement the interface.
It has the same role as a vtable in C++. This must not be NULL.