Replaces all the old library names with appropriate new library names, in the supplied ArcObjects code. Returns a status, some reporting text and the number of replacements made.
ERROR: Syntax information about ICodeConverter.ReplaceLibraries may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll
[C++]
HRESULT ReplaceLibraries(
BSTR* sCode,
BSTR* sLog,
long* lReplacements,
esriCodeConverterStatus* __MIDL__ICodeConverter0001
);
[C++]Parameters
sCode [in, out] sCode is a parameter of type BSTR sLog [in, out] sLog is a parameter of type BSTR lReplacements [in, out] lReplacements is a parameter of type long __MIDL__ICodeConverter0001 [out, retval]__MIDL__ICodeConverter0001 is a parameter of type esriCodeConverterStatus