IOleInPlaceActiveObjectImpl::TranslateAccelerator

 

Processes menu accelerator-key messages from the container.

Syntax

      HRESULT TranslateAccelerator(
   LPMSG lpmsg 
);

Return Value

This method supports the following return values:

S_OK if the message was translated successfully.

S_FALSE if the message was not translated.

Remarks

See IOleInPlaceActiveObject::TranslateAccelerator in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IOleInPlaceActiveObjectImpl Class