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.

22 lines
644 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1991, Microsoft Corporation.
  4. //
  5. // File: qsplit.hxx
  6. //
  7. // Contents: Functions to parse and split query into indexable/non-indexable
  8. // parts
  9. //
  10. // History: 26-Sep-94 SitaramR Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #include <pidmap.hxx>
  15. SCODE ParseAndSplitQuery( CRestriction * pRestriction,
  16. CPidMapper & Pidmap,
  17. XRestriction& xOutRst,
  18. CLangList & langList );