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

  1. /*++
  2.  
  3. Copyright (C) Microsoft Corporation, 1996 - 1999
  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. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  33. #define __WRPGUID_H__
  34.  
  35. ////////////////////////////////////////////////////////////////////////////
  36. //
  37. // include the header files
  38. //
  39. #define IID_DEFINED
  40. #include <scardcom_i.c>
  41.  
  42. ////////////////////////////////////////////////////////////////////////////////
  43.  
  44. #pragma option pop /*P_O_Pop*/
  45. #endif
  46.