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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<BASE target="main"> 8<TITLE>HID API Function List</TITLE> 9</HEAD> 10<BODY> 11<H1>HID API Function List</H1> 12<H2><a name="common">Common</a></H2> 13<TABLE class="api_list" border="1" > 14 <TBODY> 15 <tr> 16 <th><a href="HIDError.html">HIDError</a></th> 17 <td>The type definitions for the error codes displayed when the HID API functions are being used.</td> 18 </tr> 19 </TBODY> 20</TABLE> 21 22<H2><a name="init">Initialization and Termination</a></H2> 23<TABLE class="api_list" border="1" > 24 <TBODY> 25 <tr> 26 <th><a href="HIDOpenAsync.html">HIDOpenAsync</a></th> 27 <td>Opens and initializes the HID library.</td> 28 </tr> 29 <tr> 30 <th><a href="HIDCloseAsync.html">HIDCloseAsync</a></th> 31 <td>Performs cleanup and closes the library.</td> 32 </tr> 33 <tr> 34 <th><a href="HIDSetupHandler.html">HIDSetupHandler</a></th> 35 <td>An asynchronous user-defined callback function for the <code>HIDOpenAsync</code> and <code>HIDCloseAsync</code> functions. </td> 36 </tr> 37 </TBODY> 38</TABLE> 39<hr><p>CONFIDENTIAL</p></body> 40</HTML> 41