Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dmarshal.c404 objref->u_objref.u_standard.std = *std; in fill_std_objref()
405 memset(&objref->u_objref.u_standard.saResAddr, 0, in fill_std_objref()
406 sizeof(objref->u_objref.u_standard.saResAddr)); in fill_std_objref()
1515 if (hr != S_OK || (res != FIELD_OFFSET(OBJREF, u_objref))) in StdMarshalImpl_UnmarshalInterface()
1592 if (hr != S_OK || (res != FIELD_OFFSET(OBJREF, u_objref))) in StdMarshalImpl_ReleaseMarshalData()
1727 if (hr != S_OK || (res != FIELD_OFFSET(OBJREF, u_objref))) in get_unmarshaler_from_stream()
1755 hr = IStream_Read(stream, &objref.u_objref.u_custom, in get_unmarshaler_from_stream()
1763 hr = CoCreateInstance(&objref.u_objref.u_custom.clsid, NULL, in get_unmarshaler_from_stream()
1921 objref.u_objref.u_custom.clsid = marshaler_clsid; in CoMarshalInterface()
1922 objref.u_objref.u_custom.cbExtension = 0; in CoMarshalInterface()
[all …]
H A Ddcom.idl170 } u_objref;
/reactos/modules/rostests/winetests/ole32/
H A Dmarshal.c119 } u_objref; member
1549 size = FIELD_OFFSET(OBJREF, u_objref.u_custom.pData); in test_DfMarshal_custom_marshaling()
1558 ok(IsEqualIID(&objref.u_objref.u_custom.clsid, &CLSID_DfMarshal), in test_DfMarshal_custom_marshaling()
1559 "custom.clsid = %s\n", wine_dbgstr_guid(&objref.u_objref.u_custom.clsid)); in test_DfMarshal_custom_marshaling()
1560 ok(!objref.u_objref.u_custom.cbExtension, "custom.cbExtension = %d\n", in test_DfMarshal_custom_marshaling()
1561 objref.u_objref.u_custom.cbExtension); in test_DfMarshal_custom_marshaling()
1562 ok(!objref.u_objref.u_custom.size, "custom.size = %d\n", in test_DfMarshal_custom_marshaling()
1563 objref.u_objref.u_custom.size); in test_DfMarshal_custom_marshaling()
1613 size = FIELD_OFFSET(OBJREF, u_objref.u_standard.saResAddr.aStringArray); in test_CoGetStandardMarshal()
1622 stdobjref = &objref.u_objref.u_standard.std; in test_CoGetStandardMarshal()
[all …]