Hello,
I am instantiating Mailboxes and Tasks in runtime. Some Mailbox_handles are saved in the other part of the code for further use but in some certain conditions these Mailboxes are destroyed. When Mailbox_pend is called on a saved handle that points to a destroyed Mailbox_Handle my code is blocked forever (BIOS_WAIT_FOREVER option).
My question is how can I check the mailbox handle is valid? I mean points to a living mailbox instance.
Thank you very much for your reply,