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.

38 lines
1.2 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1997.
  5. //
  6. // File: propglob.hxx
  7. //
  8. // Contents: Provider class id & guids for Monarch property sets.
  9. //
  10. // History: 10-28-97 danleg Created from Monarch
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. //----------------------------------------------------------------------------
  15. // MSIDXS specific properties
  16. #ifdef DBINITCONSTANTS
  17. extern const GUID DBPROPSET_MSIDXS_ROWSET_EXT = DBPROPSET_MSIDXS_ROWSETEXT;
  18. extern const GUID DBPROPSET_QUERY_EXT = DBPROPSET_QUERYEXT;
  19. extern const GUID DBPROPSET_CIFRMWRKCOREEXT = DBPROPSET_CIFRMWRKCORE_EXT;
  20. extern const GUID DBPROPSET_FSCIFRMWRKEXT = DBPROPSET_FSCIFRMWRK_EXT;
  21. extern const LPWSTR g_wszProviderName = L"Microsoft OLE DB Provider for Indexing Service";
  22. #else // !DBINITCONSTANTS
  23. extern const GUID DBPROPSET_MSIDXS_ROWSET_EXT;
  24. extern const GUID DBPROPSET_QUERY_EXT;
  25. extern const GUID DBPROPSET_CIFRMWRKCOREEXT;
  26. extern const GUID DBPROPSET_FSCIFRMWRKEXT;
  27. extern const LPWSTR g_wszProviderName;
  28. #endif // DBINITCONSTANTS