Searched refs:CAccAction (Results 1 – 4 of 4) sorted by relevance
37 STDMETHODIMP CAccAction::nActions(/*[out,retval]*/long* nActions) in nActions()48 STDMETHODIMP CAccAction::doAction(/* [in] */ long actionIndex) in doAction()60 STDMETHODIMP CAccAction::get_description(long actionIndex,BSTR __RPC_FAR *description) in get_description()66 STDMETHODIMP CAccAction::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name()72 STDMETHODIMP CAccAction::get_localizedName( long actionIndex, BSTR __RPC_FAR *localizedName) in get_localizedName()88 STDMETHODIMP CAccAction::get_keyBinding( in get_keyBinding()103 STDMETHODIMP CAccAction::put_XInterface(long pXInterface) in put_XInterface()113 STDMETHODIMP CAccAction::put_XSubInterface(long pXSubInterface) in put_XSubInterface()
31 class ATL_NO_VTABLE CAccAction : class33 public CComCoClass<CAccAction, &CLSID_AccAction>,38 CAccAction() in CAccAction() function in CAccAction42 ~CAccAction() in ~CAccAction()49 BEGIN_COM_MAP(CAccAction) in BEGIN_COM_MAP() argument58 return ((CAccAction*)pv)->SmartQI(iid,ppvObject); in BEGIN_COM_MAP()
52 OBJECT_ENTRY(CLSID_AccAction, CAccAction) in OBJECT_ENTRY()
685 CAccAction::GetkeyBindingStrByXkeyBinding( binding->getAccessibleKeyBinding(0),wString ); in get_accKeyboardShortcut()
Completed in 24 milliseconds