The callback interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Complete )(DOFObjectSessionCallback self, DOFOperation operation, DOFException except) |
Callback for a Requestor when the DOFOperation, representing the Session, has timed out or is cancelled. | |
void(* | SessionOpen )(DOFObjectSessionCallback self, DOFOperation operation, DOFProviderInfo providerInfo, DOFObject session, DOFException except) |
Callback for a Requestor when a requested session request is ready. | |
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.