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