The information in this article applies to:
SYMPTOMS
The Rebar control returns the following error message when the Inspect Objects sample checks for the control's accessible properties:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
The OLEACC.DLL then takes this HT_CLIENT result and drills down and hittests the client area. It is confused when it notices that the given point, on the border, is outside of the client area. Consequently, the CClient::HitTest function returns a FALSE with VT_EMPTY. AccessibleObjectFromPoint() misses the S_FALSE by using SUCCEEDED() and returns VT_EMPTY and S_OK. The Inspect Objects application fails to notice the VT_EMPTY value and uses random data for the child IVal. Finally, the OLEACC.DLL rejects this random value for the child ID and sends the "invalid parameter" message. REFERENCESMicrosoft Active Accessibility Additional query words: kbAAcc kbClient
Keywords : kbAAcc kbClient kbNTOS400bug kbSDKPlatform kbWinOS95bug kbWinOS98bug |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |