Home
last modified time | relevance | path

Searched refs:NORMALEXTREFS (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ole32/
H A Dmarshal.c43 #define NORMALEXTREFS 5 macro
192 stdobjref->cPublicRefs = NORMALEXTREFS; in marshal_object()
302 hr = IRemUnknown_RemQueryInterface(remunk, ipid, NORMALEXTREFS, in ClientIdentity_QueryMultipleInterfaces()
454 rif.cPublicRefs = (mshlflags == MSHLFLAGS_TABLESTRONG) ? 1 : NORMALEXTREFS; in Proxy_MarshalInterface()
503 hr = IRemUnknown_RemQueryInterface(remunk, ipid, NORMALEXTREFS, in Proxy_MarshalInterface()
703 rif.cPublicRefs = NORMALEXTREFS; in ifproxy_get_public_ref()
708 InterlockedExchangeAdd((LONG *)&This->refs, NORMALEXTREFS); in ifproxy_get_public_ref()
/reactos/modules/rostests/winetests/ole32/
H A Dmarshal.c900 #define NORMALEXTREFS 5 macro
937 for (i = 0; i < NORMALEXTREFS; i++) in test_proxy_marshal_and_unmarshal()
959 for (i = 0; i < NORMALEXTREFS; i++) in test_proxy_marshal_and_unmarshal()