AudioServerPlugInHostRef WriteToStorage and CopyFromStorage after reboot

Dear Sirs,

I'm trying to find a way to save and restore some settings of an Audio Server Plugin so that they will be available again after a reboot. I came across the functions WriteToStorage and CopyFromStorage which seem to work correct but after a reboot my settings seem to be gone. Am I doing something wrong and normally this storage should survive a reboot or is this not the intended way to have persistent settings. What would be the recommended way if I want to use these settings right from the start before and user mode app is started?

Thanks and best regards, Johannes

Replies

Just for completion: ... seems like I had a bug in my code and now my settings persist a reboot when I use WriteToStorage and CopyFromStorage :-)