HRESULT GetHelpContext(
DWORD *pdwHelpContext
);
Returns the Help context identifier (ID) for the error.
The return value obtained from the returned HRESULT is:
Return value | Meaning |
---|---|
S_OK | Success. |
IErrorInfo::GetHelpContext returns the Help context ID for the error. To find the Help file to which it applies, use IErrorInfo::GetHelpFile.