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


IErrorInfo.GetHelpContext Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IErrorInfo.GetHelpContext Method

[Visual Basic .NET]
Public Sub GetHelpContext ( _
    ByRef pdwHelpContext As Integer _
)
[C#]
public void GetHelpContext (
    ref uint pdwHelpContext
);
[C++]
HRESULT GetHelpContext(
  Unsigned long* 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