home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / SSPGUID.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  866 b   |  51 lines

  1. /*++
  2.  
  3. Copyright (c) 1996  Microsoft Corporation
  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_S*/
  31. #define __SSPGUID_H__
  32.  
  33. #define IID_DEFINED
  34.  
  35. // SCardDat
  36. #include <scarddat_i.c>
  37.  
  38. //SCardMgr
  39. #include <scardmgr_i.c>
  40.  
  41. //SCardSrv
  42. #include <scardsrv_i.c>
  43.  
  44. #ifndef CLSCTX_LOCAL
  45. #define CLSCTX_LOCAL            (CLSCTX_INPROC_SERVER| \
  46.                                  CLSCTX_INPROC_HANDLER| \
  47.                                  CLSCTX_LOCAL_SERVER)
  48. #endif
  49. #pragma option pop /*P_O_Pop*/
  50. #endif //__SSPGUID_H__
  51.