ArcObjects Library Reference (SystemUtility)  

ICodeConverter.WarnControls Method

Make warnings about QI to IMapControl2 and IPageLayoutControl, in the supplied ArcObjects code. Returns a status, some reporting text and the number of replacements made.

ERROR: Syntax information about ICodeConverter.WarnControls may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT WarnControls(
  BSTR* sCode,
  BSTR* sLog,
  long* lReplacements,
  esriCodeConverterStatus* __MIDL__ICodeConverter0004
);
[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__ICodeConverter0004 [out, retval]

  __MIDL__ICodeConverter0004 is a parameter of type esriCodeConverterStatus

See Also

ICodeConverter Interface