Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.39 KB

nf-tom-itextdocument2-attachmsgfilter.md

File metadata and controls

75 lines (60 loc) · 2.39 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:tom.ITextDocument2.AttachMsgFilter
ITextDocument2::AttachMsgFilter (tom.h)
Attaches a new message filter to the edit instance. All window messages that the edit instance receives are forwarded to the message filter.
AttachMsgFilter
AttachMsgFilter method [Windows Controls]
AttachMsgFilter method [Windows Controls]
ITextDocument2 interface
ITextDocument2 interface [Windows Controls]
AttachMsgFilter method
ITextDocument2.AttachMsgFilter
ITextDocument2::AttachMsgFilter
controls.itextdocument2_attachmsgfilter
tom/ITextDocument2::AttachMsgFilter
controls\itextdocument2_attachmsgfilter.htm
Controls
055b9d59-59cc-4922-b6b9-920885969dbc
12/05/2018
AttachMsgFilter, AttachMsgFilter method [Windows Controls], AttachMsgFilter method [Windows Controls],ITextDocument2 interface, ITextDocument2 interface [Windows Controls],AttachMsgFilter method, ITextDocument2.AttachMsgFilter, ITextDocument2::AttachMsgFilter, controls.itextdocument2_attachmsgfilter, tom/ITextDocument2::AttachMsgFilter
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextDocument2::AttachMsgFilter
tom/ITextDocument2::AttachMsgFilter
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextDocument2.AttachMsgFilter

ITextDocument2::AttachMsgFilter

-description

Attaches a new message filter to the edit instance. All window messages that the edit instance receives are forwarded to the message filter.

-parameters

-param pFilter [in]

Type: IUnknown*

The message filter.

-returns

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

-remarks

The message filter must be bound to the document before it can be used.

-see-also

ITextDocument2