Home
last modified time | relevance | path

Searched refs:pXSubInterface (Results 1 – 7 of 7) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHyperLink.cpp287 STDMETHODIMP CAccHyperLink::put_XSubInterface(long pXSubInterface) in put_XSubInterface() argument
292 pRXLink = (XAccessibleHyperlink*)pXSubInterface; in put_XSubInterface()
293 pRXAct = (XAccessibleAction*)pXSubInterface; in put_XSubInterface()
H A DAccAction.cpp113 STDMETHODIMP CAccAction::put_XSubInterface(long pXSubInterface) in put_XSubInterface() argument
117 pRXAct = (XAccessibleAction*)pXSubInterface; in put_XSubInterface()
H A DAccRelation.cpp177 STDMETHODIMP CAccRelation::put_XSubInterface(long pXSubInterface) in put_XSubInterface() argument
180 relation = *((AccessibleRelation*)pXSubInterface); in put_XSubInterface()
H A DAccRelation.h78 STDMETHOD(put_XSubInterface)(long pXSubInterface);
H A DAccAction.h101 STDMETHOD(put_XSubInterface)(long pXSubInterface);
H A DAccHyperLink.h127 STDMETHOD(put_XSubInterface)(long pXSubInterface);
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl79 [id(2), helpstring("method put_XSubInterface")] HRESULT put_XSubInterface(long pXSubInterface);
81 …elpstring("method get_XSubInterface")] HRESULT get_XSubInterface([out,retval]long* pXSubInterface);

Completed in 29 milliseconds