Home | History | Annotate | Download | only in include

Lines Matching refs:get_accValue

344     virtual HRESULT STDMETHODCALLTYPE get_accValue(
484 HRESULT (STDMETHODCALLTYPE *get_accValue)(
594 #define IAccessible_get_accValue(This,varID,pszValue) (This)->lpVtbl->get_accValue(This,varID,pszValue)
649 return This->lpVtbl->get_accValue(This,varID,pszValue);