1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<TITLE>HIO2ReadMailbox</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">HIO2ReadMailbox</H1> 12<H2>C Specification</H2> 13<DL> 14 <DD> 15 <PRE><CODE>#include <hio2.h></CODE></PRE> 16 <DD> 17 <PRE><CODE>BOOL HIO2ReadMailbox ( HIO2Handle handle, u32* mail );</CODE></PRE> 18</DL> 19<H2>Arguments</H2> 20<TABLE border="1" cellpadding="3" cellspacing="0.1"> 21 <TBODY> 22 <TR> 23<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE>handle</CODE></STRONG></EM> </TD> 24 <TD width="520">Handle retrieved using the <CODE>HI02Open</CODE> function.</TD> 25 </TR> 26 <TR> 27 <TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE>mail</CODE></STRONG></EM> </TD> 28 <TD width="520">Pointer to the buffer that stores the mailbox content.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32<H2>Return Values</H2> 33<P><CODE>TRUE</CODE> if read succeeds and <CODE>FALSE</CODE> if read fails.</P> 34<H2>Description</H2> 35<P>The <CODE>HIO2ReadMailbox</CODE> function stores the mailbox content in the specified buffer.</P> 36<H2>See Also</H2> 37<H2>Revision History</H2> 38<P>03/01/2006 Initial version.</P> 39</BODY> 40</HTML>