#include <hio2.h> BOOL HIO2ReadMailbox ( HIO2Handle handle, u32* mail );
| handle | Handle retrieved using the HIO2Open function. |
|---|---|
| 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.
None.
2006/03/01 Initial version.
CONFIDENTIAL