home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / msdaora.h < prev    next >
C/C++ Source or Header  |  1998-05-31  |  1KB  |  46 lines

  1. //-----------------------------------------------------------------------------------
  2. // Microsoft OLE DB Provider For Oracle 
  3. // (C) Copyright 1997 By Microsoft Corporation.
  4. //
  5. // @doc
  6. //
  7. // @module GUIDS.H | Internal GUIDS
  8. //
  9. // $Header: /Canoe/source/guids.h 4     9/25/97 4:50p Stevesta $
  10. // $Log: /Canoe/source/guids.h $
  11. // 
  12. // 4     9/25/97 4:50p Stevesta
  13. // Remove IDL and TypeLib (no longer necessary)
  14. // 
  15. // 3     9/09/97 11:02a Wlodekn
  16. // 
  17. // 2     7/21/97 9:21a Stevesta
  18. // IDBCreateSession::CreateSession; Fixup precompiled headers; etc.
  19. // 
  20. // 1     7/17/97 12:22p Stevesta
  21. // Initial Checkin
  22. //
  23.  
  24. #ifndef __MSDAORAGUIDS_DEFINED__
  25. #define __MSDAORAGUIDS_DEFINED__
  26.  
  27. #ifdef DBINITCONSTANTS
  28.  
  29. EXTERN_C const CLSID CLSID_MSDAORA            = {0xE8CC4CBE,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  30. EXTERN_C const CLSID CLSID_MSDAORA_ERROR    = {0xE8CC4CBF,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  31.  
  32. #else //DBINITCONSTANTS
  33.  
  34. EXTERN_C const CLSID CLSID_MSDAORA;
  35. EXTERN_C const CLSID CLSID_MSDAORA_ERROR;
  36.  
  37. #endif //DBINITCONSTANTS
  38.  
  39. class DECLSPEC_UUID("E8CC4CBE-FDFF-11D0-B865-00A0C9081C1D")
  40. MSDAORA;
  41.  
  42. class DECLSPEC_UUID("E8CC4CBF-FDFF-11D0-B865-00A0C9081C1D")
  43. MSDAORA_ERROR;
  44.  
  45. #endif // __MSDAORAGUIDS_DEFINED__
  46.