home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009A.BIN / VS60SP4JPN / support / msdaora.h < prev    next >
C/C++ Source or Header  |  1999-01-29  |  1KB  |  53 lines

  1. //-----------------------------------------------------------------------------------
  2. // Microsoft OLE DB Provider For Oracle 
  3. // (C) Copyright 1998 By Microsoft Corporation.
  4. //
  5. // @doc
  6. //
  7. // @module GUIDS.H | Internal GUIDS
  8. //
  9. // $Header: /Canoe/source/guids.h 6     6/23/98 2:47p Stevesta $
  10. //
  11.  
  12. #ifndef __MSDAORAGUIDS_DEFINED__
  13. #define __MSDAORAGUIDS_DEFINED__
  14.  
  15. #ifdef DBINITCONSTANTS
  16.  
  17. EXTERN_C const CLSID CLSID_MSDAORA            = {0xE8CC4CBE,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  18. EXTERN_C const CLSID CLSID_MSDAORA_ERROR    = {0xE8CC4CBF,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  19.  
  20. #else //DBINITCONSTANTS
  21.  
  22. EXTERN_C const CLSID CLSID_MSDAORA;
  23. EXTERN_C const CLSID CLSID_MSDAORA_ERROR;
  24.  
  25. #endif //DBINITCONSTANTS
  26.  
  27. class DECLSPEC_UUID("E8CC4CBE-FDFF-11D0-B865-00A0C9081C1D")
  28. MSDAORA;
  29.  
  30. class DECLSPEC_UUID("E8CC4CBF-FDFF-11D0-B865-00A0C9081C1D")
  31. MSDAORA_ERROR;
  32.  
  33.  
  34.  
  35. //----------------------------------------------------------------------------
  36. // MSDAORA specific properties
  37. //
  38. #ifdef DBINITCONSTANTS
  39.  
  40. extern const GUID OLEDBDECLSPEC DBPROPSET_MSDAORA_ROWSET    = {0xE8CC4CBD,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  41.  
  42. #else // !DBINITCONSTANTS
  43.  
  44. extern const GUID DBPROPSET_MSDAORA_ROWSET;
  45.  
  46. #endif // DBINITCONSTANTS
  47.  
  48. // PropIds under DBPROPSET_MSDAORA_ROWSET 
  49. #define DBPROP_MSDAORA_DETERMINEKEYCOLUMNS    1
  50.  
  51.  
  52. #endif // __MSDAORAGUIDS_DEFINED__
  53.