13 const char * operation,
14 dcrudArguments results );
18 void dcrudICallback_callback ( dcrudICallback This,
const char * intrfc,
const char * operation, dcrudArguments results );
void(* dcrudICallback_function)(dcrudICallback This, const char *intrfc, const char *operation, dcrudArguments results)
void dcrudICallback_callback(dcrudICallback This, const char *intrfc, const char *operation, dcrudArguments results)
void dcrudICallback_delete(dcrudICallback *This)
void * dcrudICallback_getUserData(dcrudICallback This)
dcrudICallback dcrudICallback_new(dcrudICallback_function callback, void *userData)