fFindAndReplaceString
The fFindAndReplaceString function is used to find and replace a substring within a string. This utility function is used to construct an integrated link service configuration DLL.
BOOL fFindAndReplaceString(
LPSTR szStringBuffer,
LPSTR szSearchString,
LPSTR szReplaceString
);
Parameters
-
szStringBuffer
-
This supplied parameter specifies the string buffer to search.
-
szSearchString
-
This supplied parameter specifies the string to search for.
-
szReplaceString
-
This supplied parameter specifies the replacement string.
Return Values
-
true
-
The string was found.
-
false
-
The string was not found.