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.

41 lines
583 B

  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_