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
666 B
22 lines
666 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1991, Microsoft Corporation.
|
|
//
|
|
// File: qsplit.hxx
|
|
//
|
|
// Contents: Functions to parse and split query into indexable/non-indexable
|
|
// parts
|
|
//
|
|
// History: 26-Sep-94 SitaramR Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#include <pidmap.hxx>
|
|
|
|
SCODE ParseAndSplitQuery( CRestriction * pRestriction,
|
|
CPidMapper & Pidmap,
|
|
XRestriction& xOutRst,
|
|
CLangList & langList );
|
|
|