home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / sspserr.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  760b  |  47 lines

  1. /*++
  2.  
  3. Copyright (C) Microsoft Corporation, 1996 - 1999
  4.  
  5. Module Name:
  6.  
  7.     SspsErr
  8.  
  9. Abstract:
  10.  
  11.     This header file describes the error codes that are generated by
  12.     the Microsoft Smartcard Service Provider (SSP).
  13.  
  14. Author:
  15.  
  16.     Michael Gallagher (a-mgalla) 10/21/1996
  17.  
  18. Environment:
  19.  
  20.     Win32
  21.  
  22. Revision History:
  23.  
  24.     Mike Gallagher (a-mgalla) 12/19/1996
  25.  
  26. Notes:
  27.  
  28. --*/
  29.  
  30.  
  31. #ifndef __SSPSERR_H__
  32. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  33. #define __SSPSERR_H__
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Includes
  38. //
  39.  
  40. #include "scarderr.h"
  41.  
  42.  
  43. /////////////////////////////////////////////////////////////////////////////
  44.  
  45. #pragma option pop /*P_O_Pop*/
  46. #endif  // __SSPSERR_H__
  47.