Purpose

This function provides the mechanism for using OS/2 wildcard semantics to form a match between an input string and a pattern, taking into account DBCS considerations.

Calling Sequence

int far pascal FSH_WILDMATCH(pPat, pStr)

char far * pPat;
char far * pStr;

Where