IErrorInfo::GetHelpContext (Windows CE 5.0)
This method returns the Help context identifier for the error.
HRESULT GetHelpContext( DWORD* pdwHelpContext );
Parameters
- pdwHelpContext
[out] Pointer to the Help context identifier for the error.
Return Values
If the method succeeds, the return value is S_OK.
Remarks
GetHelpContext returns the Help context identifier for the error. To find the Help file to which it applies, use IErrorInfo::GetHelpFile.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h, Oaidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.
See Also
IErrorInfo | IErrorInfo::GetHelpFile
Send Feedback on this topic to the authors