Share via


IErrorInfo::GetHelpContext

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.