INFO: Processing the MSAA OBJECT_DESTROY Event

Last reviewed: March 20, 1998
Article ID: Q182818
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK) on the following platforms:

    - Windows NT version 4.0 - Windows 95

SUMMARY

When processing event notifications in an Microsoft Active Accessibility (MSAA) client, the client should not query the object properties during the EVENT_OBJECT_DESTROY event.

MORE INFORMATION

EVENT_OBJECT_DESTROY notifies an MSAA client that an object is being or was recently destroyed. Depending upon the type of object generating this event, querying the object for its MSAA properties may or may not produce valid results. Because of the uncertainty involved, it is recommended that a client not attempt to query objects being destroyed, or do so sparingly.

The information in this article applies specifically to Windows NT 4.0 Service Pack 3 and later versions as well as Windows 95.

REFERENCES

MSAA SDK


Additional query words: MSAA
Version : WINNT:4.0 WIN95
Platform : Win95 winnt
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 20, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.