#include <nwnet.h> or #include <nwdsname.h>NWDSCCODE N_API NWDSCIStringsMatch (NWDSContextHandle context, pnstr8 string1, pnstr8 string2, pnint matches;)
Case Ignore String is a syntax used by some of the attributes (such as CN, Description, Directory, Services flags, and Title) for Directory objects.
Depending on the context, NWDSCIStringsMatch compares two Unicode strings in the local or Unicode code page. Thsi function ignores leading and trailing white space, which is either `` '' (space, 0x0020) or ``_'' (underscore, 0x005F). Also, it matches any consecutive internal white space, regardless of quantities. For example, if the string has a single internal white space character and another has five, NWDSCIStringsMatch matches the strings. Finally, NWDSCIStringsMatch ignores case in comparisons.
NWDSCIStringsMatch is a local function.
Directory