This section contains information on the following window message used by Active Accessibility API elements.
wParam = (WPARAM)(DWORD) dwFlags; lParam = (LPARAM)(DWORD) dwObjId;
The oleacc.dll dynamic link library sends this message to an Active Accessibility server application to retrieve information about an accessible object it contains.
Oleacc.dll generates this message to retrieve object information in response to AccessibleObjectFromEvent, AccessibleObjectFromWindow or AccessibleObjectFromPoint function calls.
Applications should never send this message directly. It is sent only by oleacc.dll in response to AccessibleObjectFromPoint, AccessibleObjectFromEvent or AccessibleObjectFromWindow calls. However, server components must understand and handle it.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.