#include <hio2.h>
BOOL HIO2ReadMailbox ( HIO2Handle handle, u32* mail );
handle |
Handle retrieved using the HI02Open function. |
mail |
Pointer to the buffer that stores the mailbox content. |
TRUE if read succeeds and FALSE if read fails.
The HIO2ReadMailbox function stores the mailbox content in the specified buffer.
03/01/2006 Initial version.