This document is archived and information here might be outdated.  Recommended version.


IErrorInfo.GetHelpContext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IErrorInfo Interface > IErrorInfo.GetHelpContext Method
ArcGIS Developer Help

IErrorInfo.GetHelpContext Method

[Visual Basic .NET]
Public Sub GetHelpContext ( _
    ByRef pdwHelpContext As Integer _
)
[C#]
public void GetHelpContext (
    ref uint pdwHelpContext
);
[C++]
HRESULT GetHelpContext(
  System.UInt32* pdwHelpContext
);
[C++]
Parameters
pdwHelpContext [out]

pdwHelpContext is a parameter of type unsigned long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IErrorInfo Interface