HIO2ReadMailbox

Syntax

#include <hio2.h>

BOOL    HIO2ReadMailbox ( HIO2Handle handle, u32* mail );

Arguments

handle Handle retrieved using the HIO2Open 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

None.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL