fStringCompare

The fStringCompare function is used to determine if string exists in another string. This utility function is used to construct an integrated link service configuration DLL.

BOOL fStringCompare (
  LPSTR lpszString1,
  LPSTR lpszString2
);

Parameters

lpszString1
This supplied parameter specifies the string to search for.
lpszString2
This supplied parameter specifies the string to compare.

Return Values

true
The string was found.
false
The string was not found.