home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / wrpguid.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  691b  |  43 lines

  1. /*++
  2.  
  3. Copyright (c) 1996  Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     wrpguid.h 
  8.  
  9. Abstract:
  10.  
  11.     This file includes the GUIDS for the Vendor wrapper COM object (interfaces,
  12.     type library, etc.)
  13.     
  14. Author:
  15.  
  16.     Chris Dudley (cdudley) 1/2/1997
  17.  
  18. Environment:
  19.  
  20.     Win32, C++ w/Exceptions, COM/OLE
  21.  
  22. Revision History:
  23.  
  24.     Chris Dudley (cdudley) 2/10/1997
  25.  
  26. Notes:
  27.  
  28.  
  29. --*/
  30.  
  31. #ifndef __WRPGUID_H__
  32. #define __WRPGUID_H__
  33.  
  34. ////////////////////////////////////////////////////////////////////////////
  35. //
  36. // include the header files
  37. //
  38. #define IID_DEFINED
  39. #include <scardcom_i.c>
  40.  
  41. ////////////////////////////////////////////////////////////////////////////////
  42.  
  43. #endif