Initial Release 4.0

Function : Character Manipulation
NLS_find_substr - Search a string for a given substring.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_find_substr(
BYTE far * far *ppString,
WORD Len1,
const BYTE far *pSubString,
WORD Len2,
NLS_PINFO pInfo);

Description :

This function searches a string for a given substring, returning a pointer to the start of the substring within the original string. The search is case sensitive and pitch sensitive.

Parameters :

See Also :

NLS_find
----------------------------------------------------------------------------------------------------------