NWLstrstr
Searches a specified string for a given character string
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
pnstr N_API NWLstrstr (
const nstr N_FAR *string,
const nstr N_FAR *searchString);
uses netwin32
Function NWLstrstr
(str : pnstr;
searchString : pnstr
) : pnstr;
Double-byte characters are handled properly.
Unlike the ANSI version, if the searchString parameter points to an empty string (has zero length), NWLstrstr will return NULL instead of a pointer to the string parameter.