IAccClientDocMgr::GetDocuments method (msaatext.h)
Clients call IAccClientDocMgr::GetDocuments to get a list of all documents that have been registered with the Microsoft Active Accessibility run time.
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.
Syntax
HRESULT GetDocuments(
[out] IEnumUnknown **enumUnknown
);
Parameters
[out] enumUnknown
Type: IEnumUnknown*
A list of document interface pointers.
Return value
Type: HRESULT
If successful, returns S_OK.
Remarks
Servers might need to poll this method more than once before they receive a document. There can be a limited time lapse (approximately second) between when a document appears in the system and when it is registered with document services.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | msaatext.h |
DLL | Msaatext.dll |
Redistributable | Active Accessibility 2.0 RDK on Windows NT 4.0 with SP6 and later and Windows 98 |