home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / borland_ccompiler55.exe / Include / msdaora.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  1.5 KB  |  55 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:   Y:/admin/bcb/rtl/include/windows/msdaora.h_v   9.1   05 Oct 1999 18:24:42   jpeters  $
  10. //
  11.  
  12. #ifndef __MSDAORAGUIDS_DEFINED__
  13. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  14. #define __MSDAORAGUIDS_DEFINED__
  15.  
  16. #ifdef DBINITCONSTANTS
  17.  
  18. EXTERN_C const CLSID CLSID_MSDAORA            = {0xE8CC4CBE,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  19. EXTERN_C const CLSID CLSID_MSDAORA_ERROR    = {0xE8CC4CBF,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  20.  
  21. #else //DBINITCONSTANTS
  22.  
  23. EXTERN_C const CLSID CLSID_MSDAORA;
  24. EXTERN_C const CLSID CLSID_MSDAORA_ERROR;
  25.  
  26. #endif //DBINITCONSTANTS
  27.  
  28. class DECLSPEC_UUID("E8CC4CBE-FDFF-11D0-B865-00A0C9081C1D")
  29. MSDAORA;
  30.  
  31. class DECLSPEC_UUID("E8CC4CBF-FDFF-11D0-B865-00A0C9081C1D")
  32. MSDAORA_ERROR;
  33.  
  34.  
  35.  
  36. //----------------------------------------------------------------------------
  37. // MSDAORA specific properties
  38. //
  39. #ifdef DBINITCONSTANTS
  40.  
  41. extern const GUID OLEDBDECLSPEC DBPROPSET_MSDAORA_ROWSET    = {0xE8CC4CBD,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
  42.  
  43. #else // !DBINITCONSTANTS
  44.  
  45. extern const GUID DBPROPSET_MSDAORA_ROWSET;
  46.  
  47. #endif // DBINITCONSTANTS
  48.  
  49. // PropIds under DBPROPSET_MSDAORA_ROWSET 
  50. #define DBPROP_MSDAORA_DETERMINEKEYCOLUMNS    1
  51.  
  52.  
  53. #pragma option pop /*P_O_Pop*/
  54. #endif // __MSDAORAGUIDS_DEFINED__
  55.