IRichEditOleCallback::ContextSensitiveHelp  YH5_L1

Tells the application that it should transition into or out of context sensitive help mode. This member should implement the functionality described for IOleInPlaceSite::ContextSensitiveHelp (as described in the OLE documentation).

HRESULT ContextSensitiveHelp(

    BOOL fEnterMode

 

   );

 

 

Parameters

fEnterMode

TRUE if entering context sensitive help mode; otherwise, FALSE.

 

Return Values

Returns success status.

See Also

IRichEditOleCallback