windows-nt/Source/XPSP1/NT/inetsrv/query/h/qsplit.hxx

23 lines
644 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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 );