Home | History | Annotate | Download | only in include

Lines Matching refs:get_Object

329     virtual HRESULT WINAPI get_Object(IDispatch **ppDisp) = 0;
354 HRESULT (WINAPI *get_Object)(IMSIMWindow *This,IDispatch **ppDisp);
381 #define IMSIMWindow_get_Object(This,ppDisp) (This)->lpVtbl->get_Object(This,ppDisp)