Skip to content

Latest commit

 

History

History
89 lines (74 loc) · 3.54 KB

nf-richole-iricheditolecallback-contextsensitivehelp.md

File metadata and controls

89 lines (74 loc) · 3.54 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:richole.IRichEditOleCallback.ContextSensitiveHelp
IRichEditOleCallback::ContextSensitiveHelp (richole.h)
Indicates if the application should transition into or out of context-sensitive help mode. This method should implement the functionality described for IOleWindow::ContextSensitiveHelp.
ContextSensitiveHelp
ContextSensitiveHelp method [Windows Controls]
ContextSensitiveHelp method [Windows Controls]
IRichEditOleCallback interface
IRichEditOleCallback interface [Windows Controls]
ContextSensitiveHelp method
IRichEditOleCallback.ContextSensitiveHelp
IRichEditOleCallback::ContextSensitiveHelp
_win32_IRichEditOleCallback_ContextSensitiveHelp
_win32_IRichEditOleCallback_ContextSensitiveHelp_cpp
controls.IRichEditOleCallback_ContextSensitiveHelp
controls._win32_IRichEditOleCallback_ContextSensitiveHelp
richole/IRichEditOleCallback::ContextSensitiveHelp
controls\IRichEditOleCallback_ContextSensitiveHelp.htm
Controls
VS|Controls|~\controls\richedit\richeditcontrols\richeditcontrolreference\richeditinterfaces\iricheditolecallback\iricheditolecallbackcontextsensitivehelp.htm
12/05/2018
ContextSensitiveHelp, ContextSensitiveHelp method [Windows Controls], ContextSensitiveHelp method [Windows Controls],IRichEditOleCallback interface, IRichEditOleCallback interface [Windows Controls],ContextSensitiveHelp method, IRichEditOleCallback.ContextSensitiveHelp, IRichEditOleCallback::ContextSensitiveHelp, _win32_IRichEditOleCallback_ContextSensitiveHelp, _win32_IRichEditOleCallback_ContextSensitiveHelp_cpp, controls.IRichEditOleCallback_ContextSensitiveHelp, controls._win32_IRichEditOleCallback_ContextSensitiveHelp, richole/IRichEditOleCallback::ContextSensitiveHelp
richole.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
IRichEditOleCallback::ContextSensitiveHelp
richole/IRichEditOleCallback::ContextSensitiveHelp
c++
APIRef
kbSyntax
COM
Msftedit.dll
IRichEditOleCallback.ContextSensitiveHelp

IRichEditOleCallback::ContextSensitiveHelp

-description

Indicates if the application should transition into or out of context-sensitive help mode. This method should implement the functionality described for IOleWindow::ContextSensitiveHelp.

-parameters

-param fEnterMode

Type: BOOL

If TRUE, the application should enter context-sensitive help mode. If FALSE, the application should leave context-sensitive help mode.

-returns

Type: HRESULT

Returns S_OK on success. If the method fails, it can be the following value.

Return code Description
E_INVALIDARG
There was an invalid argument.

-see-also

IRichEditOleCallback