Skip to content

Latest commit

 

History

History
125 lines (95 loc) · 3.35 KB

nf-msctf-itfmessagepump-getmessagew.md

File metadata and controls

125 lines (95 loc) · 3.35 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msctf.ITfMessagePump.GetMessageW
ITfMessagePump::GetMessageW (msctf.h)
ITfMessagePump::GetMessageW method
GetMessageW
GetMessageW method [Text Services Framework]
GetMessageW method [Text Services Framework]
ITfMessagePump interface
ITfMessagePump interface [Text Services Framework]
GetMessageW method
ITfMessagePump.GetMessageW
ITfMessagePump::GetMessageW
_tsf_itfmessagepump_getmessagew_ref
msctf/ITfMessagePump::GetMessageW
tsf.itfmessagepump_getmessagew
tsf\itfmessagepump_getmessagew.htm
TSF
e2283d04-f5b8-4b86-9fa5-517e46417b07
12/05/2018
GetMessageW, GetMessageW method [Text Services Framework], GetMessageW method [Text Services Framework],ITfMessagePump interface, ITfMessagePump interface [Text Services Framework],GetMessageW method, ITfMessagePump.GetMessageW, ITfMessagePump::GetMessageW, _tsf_itfmessagepump_getmessagew_ref, msctf/ITfMessagePump::GetMessageW, tsf.itfmessagepump_getmessagew
msctf.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Msctf.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfMessagePump::GetMessageW
msctf/ITfMessagePump::GetMessageW
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfMessagePump.GetMessageW
getmessagew

ITfMessagePump::GetMessageW

-description

Obtains a message from the message queue and does not return until a message is obtained. This is the Unicode version of this method.

-parameters

-param pMsg [out]

Pointer to a MSG structure that receives message data.

-param hwnd [in]

Handle to the window whose messages are obtained. The window must belong to the current thread. If this value is NULL, this method obtains messages for any window owned by the calling thread.

-param wMsgFilterMin [in]

Specifies the lowest message value to obtain.

-param wMsgFilterMax [in]

Specifies the highest message value to obtain.

-param pfResult [out]

Pointer to a BOOL that receives the return value from the GetMessage function.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
One or more parameters are invalid.

-remarks

If wMsgFilterMin and wMsgFilterMax are both zero, this method returns all available messages; that is, no range filtering is performed.

-see-also

GetMessage

ITfMessagePump

MSG