home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / sspguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  929 b   |  54 lines

  1. /*++
  2.  
  3. Copyright (C) Microsoft Corporation, 1996 - 1999
  4.  
  5. Module Name:
  6.  
  7.     SspGUID
  8.  
  9. Abstract:
  10.  
  11.     This file contains the GUIDS for the low level COM objects/interfaces
  12.     
  13. Author:
  14.  
  15.     Chris Dudley (cdudley) 1/6/1997
  16.  
  17. Environment:
  18.  
  19.     Win32, C++ w/Exceptions, ATL, COM/OLE
  20.  
  21. Revision History:
  22.  
  23.     Chris Dudley (cdudley) 2/10/1997
  24.  
  25. Notes:
  26.  
  27. --*/
  28.  
  29. #ifndef __SSPGUID_H__
  30. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  31. #define __SSPGUID_H__
  32.  
  33. #define IID_DEFINED
  34.  
  35. // SSPsIDL <common interfaces>
  36. #include <sspsidl_i.c>
  37.  
  38. // SCardDat
  39. #include <scarddat_i.c>
  40.  
  41. //SCardMgr
  42. #include <scardmgr_i.c>
  43.  
  44. //SCardSrv
  45. #include <scardsrv_i.c>
  46.  
  47. #ifndef CLSCTX_LOCAL
  48. #define CLSCTX_LOCAL            (CLSCTX_INPROC_SERVER| \
  49.                                  CLSCTX_INPROC_HANDLER| \
  50.                                  CLSCTX_LOCAL_SERVER)
  51. #endif
  52. #pragma option pop /*P_O_Pop*/
  53. #endif //__SSPGUID_H__
  54.