home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / sspserr.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  672b  |  45 lines

  1. /*++
  2.  
  3. Copyright (c) 1996  Microsoft Corporation
  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. #define __SSPSERR_H__
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // Includes
  37. //
  38.  
  39. #include "scarderr.h"
  40.  
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43.  
  44. #endif  // __SSPSERR_H__
  45.