home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / sspguid.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  783b  |  49 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. #define __SSPGUID_H__
  31.  
  32. #define IID_DEFINED
  33.  
  34. // SCardDat
  35. #include <scarddat_i.c>
  36.  
  37. //SCardMgr
  38. #include <scardmgr_i.c>
  39.  
  40. //SCardSrv
  41. #include <scardsrv_i.c>
  42.  
  43. #ifndef CLSCTX_LOCAL
  44. #define CLSCTX_LOCAL            (CLSCTX_INPROC_SERVER| \
  45.                                  CLSCTX_INPROC_HANDLER| \
  46.                                  CLSCTX_LOCAL_SERVER)
  47. #endif
  48. #endif //__SSPGUID_H__
  49.