Home | History | Annotate | Download | only in include

Lines Matching refs:get_Object

1571     virtual HRESULT WINAPI get_Object(IUnknown **ppParent) = 0;
1579 HRESULT (WINAPI *get_Object)(IProxyObject *This,IUnknown **ppParent);
1589 #define IProxyObject_get_Object(This,ppParent) (This)->lpVtbl->get_Object(This,ppParent)