Home |
RTKernel-32 Programming Manual Function RTKDeleteMailbox |
Function RTKDeleteMailboxFunction RTKDeleteMailbox releases the storage used by a mailbox: void RTKDeleteMailbox(RTKMailbox * Box); ParametersBoxPointer to the mailbox to be deleted. RTKernel-32 checks whether a task is waiting at the mailbox. In this case, the program is aborted with an error message. The application must make sure that deleted mailboxes are not used any more. RTKernel-32 assigns the value RTK_NO_MAILBOX to *Box.
|