Home | History | Annotate | Download | only in include

Lines Matching refs:get_Object

1364     virtual HRESULT WINAPI get_Object(IUnknown **ppParent) = 0;
1372 HRESULT (WINAPI *get_Object)(IProxyObject *This,IUnknown **ppParent);
1382 #define IProxyObject_get_Object(This,ppParent) (This)->lpVtbl->get_Object(This,ppParent)