Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 3.35 KB

nf-msaatext-iaccserverdocmgr-newdocument.md

File metadata and controls

80 lines (64 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:msaatext.IAccServerDocMgr.NewDocument
IAccServerDocMgr::NewDocument (msaatext.h)
Server applications call the IAccServerDocMgr::NewDocument method when it is available. The adapter creates a wrapped document and registers it with the store, so clients can access information about the text in the document.
IAccServerDocMgr interface [Windows Accessibility]
NewDocument method
IAccServerDocMgr.NewDocument
IAccServerDocMgr::NewDocument
NewDocument
NewDocument method [Windows Accessibility]
NewDocument method [Windows Accessibility]
IAccServerDocMgr interface
_msaa_IAccServerDocMgr_NewDocument
msaa.iaccserverdocmgr_iaccserverdocmgr__newdocument
msaatext/IAccServerDocMgr::NewDocument
winauto.iaccserverdocmgr_iaccserverdocmgr__newdocument
winauto\iaccserverdocmgr_iaccserverdocmgr__newdocument.htm
WinAuto
8bac6081-3b4e-45df-a900-66bc037a232f
12/05/2018
IAccServerDocMgr interface [Windows Accessibility],NewDocument method, IAccServerDocMgr.NewDocument, IAccServerDocMgr::NewDocument, NewDocument, NewDocument method [Windows Accessibility], NewDocument method [Windows Accessibility],IAccServerDocMgr interface, _msaa_IAccServerDocMgr_NewDocument, msaa.iaccserverdocmgr_iaccserverdocmgr__newdocument, msaatext/IAccServerDocMgr::NewDocument, winauto.iaccserverdocmgr_iaccserverdocmgr__newdocument
msaatext.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Msaatext.dll
Windows
Active Accessibility 2.0 RDK on Windows NT 4.0 with SP6 and later and Windows 98
19H1
IAccServerDocMgr::NewDocument
msaatext/IAccServerDocMgr::NewDocument
c++
APIRef
kbSyntax
COM
msaatext.dll
IAccServerDocMgr.NewDocument

IAccServerDocMgr::NewDocument

-description

Server applications call the IAccServerDocMgr::NewDocument method when it is available. The adapter creates a wrapped document and registers it with the store, so clients can access information about the text in the document.

Note  Active Accessibility Text Services is deprecated. Please see Microsoft Windows Text Services Framework for more information on advanced text input and natural language technologies.
 

-parameters

-param riid [in]

Type: REFIID

IID of the document. This is usually IID_ITextStoreAnchor.

-param punk

Type: IUnknown*

[in, iid_is(riid)] An interface pointer to the document.

-returns

Type: HRESULT

If successful, returns S_OK.

-remarks

The server application calls the IAccServerDocMgr::NewDocument method to notify the Microsoft Active Accessibility run time that a document is available. Calling NewDocument adds the document to the Microsoft Active Accessibility store so that clients can access the document.