Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.