Home
last modified time | relevance | path

Searched refs:cPublicRefs (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/ole32/
H A Dmarshal.c192 stdobjref->cPublicRefs = NORMALEXTREFS; in marshal_object()
197 stdobjref->cPublicRefs = 0; in marshal_object()
424 stdobjref.cPublicRefs = 0; in Proxy_MarshalInterface()
436 cPublicRefsOld = cPublicRefs; in Proxy_MarshalInterface()
437 stdobjref.cPublicRefs = cPublicRefs / 2; in Proxy_MarshalInterface()
438 cPublicRefsNew = cPublicRefs - stdobjref.cPublicRefs; in Proxy_MarshalInterface()
463 stdobjref.cPublicRefs = rif.cPublicRefs; in Proxy_MarshalInterface()
516 rif.cPublicRefs = qiresults->std.cPublicRefs; in Proxy_MarshalInterface()
703 rif.cPublicRefs = NORMALEXTREFS; in ifproxy_get_public_ref()
741 rif.cPublicRefs = public_refs; in ifproxy_release_public_refs()
[all …]
H A Ddcom.idl144 unsigned long cPublicRefs;
197 unsigned long cPublicRefs;
H A Dstubmanager.c763 stub_manager_ext_addref(stubmgr, InterfaceRefs[i].cPublicRefs, FALSE); in RemUnknown_RemAddRef()
796 stub_manager_ext_release(stubmgr, InterfaceRefs[i].cPublicRefs, FALSE, TRUE); in RemUnknown_RemRelease()
/reactos/modules/rostests/winetests/ole32/
H A Dmarshal.c93 ULONG cPublicRefs; member
1624 ok(stdobjref->cPublicRefs == 5, "stdobjref.cPublicRefs = %d\n", in test_CoGetStandardMarshal()
1625 stdobjref->cPublicRefs); in test_CoGetStandardMarshal()