Searched refs:base_object (Results 1 – 3 of 3) sorted by relevance
341 This->base_object = NULL; in StdProxy_Construct()351 &This->base_proxy, (void **)&This->base_object ); in StdProxy_Construct()365 … debugstr_guid(riid), This, *ppProxy, *ppvObj, This->PVtbl, This->base_proxy, This->base_object ); in StdProxy_Construct()410 if (This->base_object) IUnknown_Release( This->base_object ); in StdProxy_Release()
33 IUnknown *base_object; member
1308 if (proxy->proxy.base_object) in typelib_proxy_Release()1309 IUnknown_Release(proxy->proxy.base_object); in typelib_proxy_Release()1347 (void **)&proxy->proxy.base_object); in typelib_proxy_init()