Skip to content

Latest commit

 

History

History
101 lines (84 loc) · 2.58 KB

nf-oaidl-icreateerrorinfo-sethelpfile.md

File metadata and controls

101 lines (84 loc) · 2.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oaidl.ICreateErrorInfo.SetHelpFile
ICreateErrorInfo::SetHelpFile (oaidl.h)
Sets the path of the Help file that describes the error.
ICreateErrorInfo interface [Automation]
SetHelpFile method
ICreateErrorInfo.SetHelpFile
ICreateErrorInfo::SetHelpFile
SetHelpFile
SetHelpFile method [Automation]
SetHelpFile method [Automation]
ICreateErrorInfo interface
_oa96_ICreateErrorInfo_SetHelpFile
automat.icreateerrorinfo_sethelpfile
oaidl/ICreateErrorInfo::SetHelpFile
automat\icreateerrorinfo_sethelpfile.htm
automat
bb439d74-fd52-4c95-afc5-d57e2fe5029d
12/05/2018
ICreateErrorInfo interface [Automation],SetHelpFile method, ICreateErrorInfo.SetHelpFile, ICreateErrorInfo::SetHelpFile, SetHelpFile, SetHelpFile method [Automation], SetHelpFile method [Automation],ICreateErrorInfo interface, _oa96_ICreateErrorInfo_SetHelpFile, automat.icreateerrorinfo_sethelpfile, oaidl/ICreateErrorInfo::SetHelpFile
oaidl.h
Windows
OaIdl.idl
Windows
19H1
ICreateErrorInfo::SetHelpFile
oaidl/ICreateErrorInfo::SetHelpFile
c++
APIRef
kbSyntax
COM
oaidl.h
ICreateErrorInfo.SetHelpFile

ICreateErrorInfo::SetHelpFile

-description

Sets the path of the Help file that describes the error.

-parameters

-param szHelpFile [in]

The fully qualified path of the Help file that describes the error.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_OUTOFMEMORY
Insufficient memory to complete the operation.

-remarks

This method sets the fully qualified path of the Help file that describes the current error. Use ICreateErrorInfo::SetHelpContext to set the Help context ID for the error in the Help file.

-see-also

ICreateErrorInfo