HIO2ReadMailbox

C Specification

#include <hio2.h>
BOOL    HIO2ReadMailbox ( HIO2Handle handle, u32* mail );

Arguments

handle    Handle retrieved using the HI02Open function.
mail    Pointer to the buffer that stores the mailbox content.

Return Values

TRUE if read succeeds and FALSE if read fails.

Description

The HIO2ReadMailbox function stores the mailbox content in the specified buffer.

See Also

Revision History

03/01/2006 Initial version.