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

模拟服务器

开发平台:

C/C++

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992-1999.
  5. //
  6. //  File:       schnlsp.h
  7. //
  8. //  Contents:   Public Definitions for SCHANNEL Security Provider
  9. //
  10. //  Classes:
  11. //
  12. //  Functions:
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef __SCHNLSP_H__
  16. #define __SCHNLSP_H__
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif
  20. #include <schannel.h>
  21. #endif //__SCHNLSP_H__