fFindString

The fFindString function is used to determine if a string exists within a string buffer. This utility function is used to construct an integrated link service configuration DLL.

BOOL fFindString(
  LPSTR szStringBuffer,
  LPSTR szSearchString
);

Parameters

szStringBuffer
This supplied parameter specifies the string buffer to search.
szSearchString
This supplied parameter specifies the string to search for.

Return Values

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