Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the path of the Help file that describes the error.
Syntax
HRESULT SetHelpFile(
[in] LPOLESTR szHelpFile
);
Parameters
[in] szHelpFile
The fully qualified path of the Help file that describes the error.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |