I have been working with the KUNC function calls. I have been able to get the two, simpler calls
to work just fine ((KUNCNotificationDisplayNotice) (KUNCNotificationDisplayAlert).
However, I have not been able to get the more complex API call to work.
It is KUNCUserNotificationDisplayFromBundle.
My particular problem seems to be around the callback function. It never gets called with the
return parameters. Or, I simply just crash the kuncd, running in user space - usually with a bus error ( bad memory address ).
Although there is some decent documentation in the "Writing Device Drivers" manual, I was hoping that someone
could post a working example that I could study.