:: com :: sun :: star :: accessibility ::

interface XMSAAService
Base Interfaces
XMSAAService
┗ ::com::sun::star::lang::XComponent

::com::sun::star::lang::XComponent
(referenced interface's summary:)

Methods' Summary
getAccObjectPtr Return com object pointer.  
handleWindowOpened  
Methods' Details
getAccObjectPtr
hyper
getAccObjectPtr( [in] hyper  hWnd,
[in] hyper  lParam,
[in] hyper  wParam );

Description
Return com object pointer.
Returns
A reference to the object that contains the actual accessibility information.
See also
AccessibleContext
handleWindowOpened
void
handleWindowOpened( [in] hyper  i );

Top of Page