Home
last modified time | relevance | path

Searched refs:base_object (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dcproxy.c341 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()
H A Dcpsf.h33 IUnknown *base_object; member
H A Dndr_typelib.c1308 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()