I'm working on a userland application with the famous hijack kernel.
Everything is working by now. I can add my own menu entries and start my application.
Now my question: Is it possible to remove or replace some or all (own) userland menu entries? I don't see this functionality at the moment. Shouldn't the EMPEG_HIJACK_WAITMENU ioctl call replace the menuentries? (instead of just add the new ones)?
My application should dynamically change/add/remove menu entries.
Is this possible with the current hijack kernel or do I have to wait for one of the next releases?

Thanks