HIO2WriteMailbox

C Specification

#include <revolution/hio2.h>
BOOL    HIO2WriteMailbox ( HIO2Handle handle, u32 mail );

Arguments

handle    Handle retrieved using the HI02Open function.
mail    Data to write to mailbox.

Return Values

TRUE if write succeeds and FALSE if write fails.

Description

The HIO2WriteMailbox function writes the data that mail specifies in the mailbox.

See Also

Revision History

03/01/2006 Initial version.