IRichEditOleCallback::ContextSensitiveHelp method (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.

Syntax

HRESULT ContextSensitiveHelp(
  BOOL fEnterMode
);

Parameters

fEnterMode

Type: BOOL

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

Return value

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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header richole.h
DLL Msftedit.dll

See also

IRichEditOleCallback