Lines Matching refs:sfd_in_out
2160 ISomethingFromDispatch *sfd1, *sfd2, *sfd3, *proxy_sfd, *sfd_in, *sfd_out, *sfd_in_out; in test_marshal_iface() local
2201 sfd_in_out = sfd3 = create_disp_obj(); in test_marshal_iface()
2202 hr = IWidget_iface_ptr(widget, &sfd_in, &sfd_out, &sfd_in_out); in test_marshal_iface()
2206 ok(sfd_in_out == sfd3, "[in, out] parameter should not have changed.\n"); in test_marshal_iface()
2213 sfd_in_out = sfd3 = create_disp_obj(); in test_marshal_iface()
2214 ISomethingFromDispatch_AddRef(sfd_in_out); in test_marshal_iface()
2215 hr = IWidget_iface_ptr(widget, &sfd_in, &sfd_out, &sfd_in_out); in test_marshal_iface()
2219 ok(sfd_in_out != sfd3, "[in, out] parameter should have changed.\n"); in test_marshal_iface()
2220 hr = ISomethingFromDispatch_anotherfn(sfd_in_out); in test_marshal_iface()
2223 release_iface(sfd_in_out); in test_marshal_iface()
2228 sfd_in = sfd_out = sfd_in_out = NULL; in test_marshal_iface()
2229 hr = IWidget_iface_ptr(widget, &sfd_in, &sfd_out, &sfd_in_out); in test_marshal_iface()
2232 hr = ISomethingFromDispatch_anotherfn(sfd_in_out); in test_marshal_iface()
2234 release_iface(sfd_in_out); in test_marshal_iface()
2238 sfd_in_out = sfd3 = create_disp_obj(); in test_marshal_iface()
2239 ISomethingFromDispatch_AddRef(sfd_in_out); in test_marshal_iface()
2240 hr = IWidget_iface_ptr(widget, &sfd_in, &sfd_out, &sfd_in_out); in test_marshal_iface()
2242 ok(!sfd_in_out, "Got [in, out] %p.\n", sfd_in_out); in test_marshal_iface()
2349 hr = IUnknown_QueryInterface(unk_in_out, &IID_ISomethingFromDispatch, (void **)&sfd_in_out); in test_marshal_iface()
2351 hr = ISomethingFromDispatch_anotherfn(sfd_in_out); in test_marshal_iface()
2353 ISomethingFromDispatch_Release(sfd_in_out); in test_marshal_iface()
2371 hr = IUnknown_QueryInterface(unk_in_out, &IID_ISomethingFromDispatch, (void **)&sfd_in_out); in test_marshal_iface()
2373 hr = ISomethingFromDispatch_anotherfn(sfd_in_out); in test_marshal_iface()
2375 ISomethingFromDispatch_Release(sfd_in_out); in test_marshal_iface()