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.

44 lines
1.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Net Library System
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: nlimport.h
  7. //
  8. // Contents: An external file for Net Library DB definitions shared
  9. // with Tripoli and others.
  10. //
  11. // History: 6-04-97 srikants Created
  12. // 11 Jun 1998 AlanW Renamed to nlimport.h from nldbprop.h
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. DEFINE_GUID(DBPROPSET_NLCOMMAND,
  17. 0x0b63e344, 0x9ccc, 0x11d0, 0xbc, 0xdb,
  18. 0x00, 0x80, 0x5f, 0xcc, 0xce, 0x04);
  19. // {0b63e367-9ccc-11d0-bcdb-00805fccce04}
  20. DEFINE_GUID(DBPROPSET_NLCOLLATOR,
  21. 0x0b63e367, 0x9ccc, 0x11d0, 0xbc, 0xdb,
  22. 0x00, 0x80, 0x5f, 0xcc, 0xce, 0x04);
  23. #define NLDBPROP_CATALOGS 0x02L
  24. #define NLDBPROP_STARTHIT 0x03L
  25. #define NLDBPROP_GETHITCOUNT 0x04L
  26. // {0b63e347-9ccc-11d0-bcdb-00805fccce04}
  27. DEFINE_GUID(CLSID_Collator,
  28. 0x0b63e347, 0x9ccc, 0x11d0, 0xbc, 0xdb,
  29. 0x00, 0x80, 0x5f, 0xcc, 0xce, 0x04);
  30. // 0b63e352-9ccc-11d0-bcdb-00805fccce04
  31. // DEFINE_GUID(CLSID_NlssoQuery,0x0b63e352,0x9ccc,0x11d0,0xbc,0xdb,0x00,0x80,0x5f,0xcc,0xce,0x04);
  32. // 0b63e347-9ccc-11d0-bcdb-00805fccce04
  33. DEFINE_GUID(CLSID_NlCommandCreator,
  34. 0x0b63e347,0x9ccc,0x11d0,0xbc,0xdb,
  35. 0x00,0x80,0x5f,0xcc,0xce,0x04 );