IErrorInfo::GetHelpContext

HRESULT GetHelpContext(

DWORD  *pdwHelpContext  
);
 

Returns the Help context identifier (ID) for the error.

Parameter

pdwHelpContext
Pointer to the Help context ID for the error.

Return Value

The return value obtained from the returned HRESULT is:

Return value Meaning
S_OK Success.

Comments

IErrorInfo::GetHelpContext returns the Help context ID for the error. To find the Help file to which it applies, use IErrorInfo::GetHelpFile.