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>HIO2GetDeviceType</TITLE>
9</HEAD>
10<BODY>
11<H1 align="left">HIO2GetDeviceType</H1>
12<H2>C Specification</H2>
13<DL>
14  <DD>
15  <PRE>
16#include &lt;revolution/hio2.h&gt;
17  <DD>
18  <PRE><CODE>HIO2DeviceType   HIO2GetDeviceType  ( HIO2Handle handle );</CODE></PRE>
19</DL>
20<H2>Arguments</H2>
21<TABLE border="1" cellpadding="3" cellspacing="0.1">
22  <TBODY>
23    <TR>
24<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE>handle</CODE></STRONG></EM> &nbsp;&nbsp;</TD>
25      <TD width="520">Handle retrieved using the <CODE>HI02Open</CODE> function.</TD>
26    </TR>
27  </TBODY>
28</TABLE>
29<H2>Return Values</H2>
30<P>This function returns the EXI device type if data retrieval succeeds and <CODE>HIO2_DEVICE_INVALID</CODE> if retrieval fails. </P>
31<H2>Description</H2>
32<P>The <CODE>HIO2GetDeviceType</CODE> function gets the EXI device type assigned to the handle. </P>
33<H2>See Also</H2>
34<H2>Revision History</H2>
35<P>03/01/2006 Initial version.</P>
36</BODY>
37</HTML>