windows-nt/Source/XPSP1/NT/inetsrv/intlwb/cht2/srcs/rulelex.h

16 lines
227 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _RULE_LEXICON_H_
#define _RULE_LEXICON_H_
class CRuleLexicon {
public:
CRuleLexicon();
~CRuleLexicon();
BOOL IsAWord(LPCWSTR lpsString, INT nLength);
};
typedef CRuleLexicon *PCRuleLexicon;
#else
#endif