#include <revolution/hio2.h>
BOOL HIO2WriteMailbox ( HIO2Handle handle, u32 mail );
handle |
Handle retrieved using the HI02Open function. |
mail |
Data to write to mailbox. |
TRUE if write succeeds and FALSE if write fails.
The HIO2WriteMailbox function writes the data that mail specifies in the mailbox.
03/01/2006 Initial version.