IAccClientDocMgr::GetDocuments

Clients call IAccClientDocMgr::GetDocuments to get a list of all documents that have been registered with the Active Accessibility run time.

HRESULT GetDocuments(
IEnumUnknown* enumUnknown);

Parameters

  • enumUnknown
    [out] A list of document interface pointers.

Return Values

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

**  Windows NT/2000/XP/Server 2003:** Included in Windows XP and Windows Server 2003.
**  Windows 95/98/Me:** Unsupported.
**  Redistributable:** Requires Active Accessibility 2.0 RDK on Windows NT 4.0 SP6 and Windows 98.
**  Header:** Declared in Msaatext.h.