IActiveIMMMessagePumpOwne...     IActiveIMMMessagePumpOwne...     IActiveIMMMessagePumpOwne...    
Web Workshop (Miscellaneous)

IActiveIMMMessagePumpOwner::OnTranslateMessage Method


Substitues for the TranslateMessage function.

Syntax

HRESULT OnTranslateMessage(
   const MSG *pMsg
);

Parameters

pMsg
[in] Address of an MSG structure that contains the message.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

IActiveIMMMessagePumpOwner::OnTranslateMessage should be used any time TranslateMessage would have been. If the return value is not S_OK, TranslateMessage should also be called.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.