Deletes the low-level mailbox associated with the given low-level handle. All threads waiting at the mailbox are awakened and given an E_NONEXIST status, and all messages queued at the mailbox are lost. After this call, the memory assigned to the mailbox is available for reuse.
VOID knDeleteRtMailbox( KNHANDLE hMailbox );
hMailbox
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |