SspsErr.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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__