Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
673 B

  1. //--------------------------------------------------------------------
  2. // Microsoft OLE DB Rowset Service Provider
  3. // (C) Copyright 1994-1999 By Microsoft Corporation.
  4. //
  5. // @doc
  6. //
  7. // @module MSDATT.H | Service Provider Specific definitions
  8. //
  9. //--------------------------------------------------------------------
  10. #ifndef _MSDATT_H_
  11. #define _MSDATT_H_
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif
  15. // Provider Class Id
  16. #ifdef DBINITCONSTANTS
  17. extern const GUID CLSID_MSDATT = {0xc8b522ceL,0x5cf3,0x11ce,{0xad,0xe5,0x00,0xaa,0x00,0x44,0x77,0x3d}};
  18. #else // !DBINITCONSTANTS
  19. extern const GUID CLSID_MSDATT;
  20. #endif // DBINITCONSTANTS
  21. #endif //_MSDATT_H_
  22. //----