Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
786 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. SspsErr
  5. Abstract:
  6. This header file describes the error codes that are generated by
  7. the Microsoft Smartcard Service Provider (SSP).
  8. Author:
  9. Michael Gallagher (a-mgalla) 10/21/1996
  10. Environment:
  11. Win32
  12. Revision History:
  13. Mike Gallagher (a-mgalla) 12/19/1996
  14. Notes:
  15. --*/
  16. #ifndef __SSPSERR_H__
  17. #define __SSPSERR_H__
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Includes
  21. //
  22. #ifndef SCARD_S_SUCCESS
  23. #include "scarderr.h"
  24. #endif
  25. #ifdef _DEBUG
  26. #pragma message("sspserr.h is obsolete.")
  27. #endif
  28. /////////////////////////////////////////////////////////////////////////////
  29. #endif // __SSPSERR_H__