The callback interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Complete )(DOFObjectInvokeCallback self, DOFOperation operation, DOFException except) |
Callback for a Requestor for the completion of an asynchronous operation. | |
void(* | InvokeResult )(DOFObjectInvokeCallback self, DOFOperation operation, DOFProviderInfo providerInfo, uint16 resultCount, const DOFValue result[], DOFException except) |
Callback for a Requestor for the results of an asynchronous operation. | |
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.