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

模拟服务器

开发平台:

C/C++

  1. /*++
  2. Copyright (C) Microsoft Corporation 1999
  3. Module Name:
  4.     sspguid
  5. Abstract:
  6.     CLSID definitions from the scardssp project.
  7. Author:
  8.     Doug Barlow (dbarlow) 6/28/1999
  9. Remarks:
  10.     ?Remarks?
  11. Notes:
  12.     ?Notes?
  13. --*/
  14. #ifndef _SSPGUID_H_
  15. #define _SSPGUID_H_
  16. #define IID_DEFINED
  17. #include "scardssp_i.c"
  18. #ifndef CLSCTX_LOCAL
  19. #define CLSCTX_LOCAL            (CLSCTX_INPROC_SERVER| 
  20.                                  CLSCTX_INPROC_HANDLER| 
  21.                                  CLSCTX_LOCAL_SERVER)
  22. #endif
  23. #endif // _SSPGUID_H_