home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Emulation_Include_Files / vioapi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  1.4 KB  |  49 lines

  1. /*******************************************************************************
  2.  *
  3.  *  File:
  4.  *    VIOAPI.H
  5.  *
  6.  *  Description:
  7.  *    Header file includes all of the other header files used by the VIO API.
  8.  *
  9.  *  Original Author:
  10.  *    Paul Horenberger
  11.  *
  12.  *  Modification History:
  13.  *    $Log:   H:/AUTOPC/HOSTSW/PVCSARCH/INCLUDE/VIOAPI.H_V  $
  14.  * 
  15.  *    Rev 1.4   May 28 1998 15:07:06   PHorenberger
  16.  * Added an include for the VIO registration functions.
  17.  * 
  18.  *    Rev 1.3   Oct 08 1997 19:14:42   PHorenberger
  19.  * Added declarations for VIOInitialize and VIOUninitialize functions
  20.  * 
  21.  *    Rev 1.2   Sep 23 1997 12:19:26   PAULH
  22.  * Added line to include "viotype.h"
  23.  * 
  24.  *    Rev 1.1   Aug 05 1997 18:19:40   PAULH
  25.  * Changes to correlate with the API Spec. submitted to Microsoft
  26.  * 
  27.  *    Rev 1.0   Jun 09 1997 16:51:16   PAULH
  28.  * Initial revision.
  29.  * 
  30.  *    Rev 1.0   Jun 09 1997 16:36:08   PAULH
  31.  * Initial revision.
  32.  * 
  33.  *  Copyright (C) 1997 Vetronix Corp.
  34.  ******************************************************************************/
  35. #if (!defined __VIOAPI_H)
  36. #define __VIOAPI_H 1
  37.  
  38. // VIO API Initialization function
  39. STDAPI VIOInitialize(PVOID pReserved);
  40.  
  41. // VIO API Uninitialize function
  42. STDAPI_(VOID) VIOUninitialize(void);
  43.  
  44. #include "vioguid.h"
  45. #include "viotype.h"
  46. #include "viobase.h"
  47. #include "vioreg.h"
  48.  
  49. #endif     // include sentry