IErrorInfo::GetHelpContext

This method returns the Help context identifier for the error.

At a Glance

Header file: Oaidl.h
Windows CE versions: 2.0 and later

Syntax

HRESULT GetHelpContext( DWORD *pdwHelpContext );

Parameters

pdwHelpContext

Pointer to the Help context identifier for the error.

Return Values

S_OK indicates success.

Remarks

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