Lines Matching refs:holder
2558 static void test_GetBindInfoEx(IBindStatusCallback *holder) in test_GetBindInfoEx() argument
2565 hres = IBindStatusCallback_QueryInterface(holder, &IID_IBindStatusCallbackEx, (void**)&bscex); in test_GetBindInfoEx()
2576 hres = IBindStatusCallback_GetBindInfo(holder, &bindf, &bindinfo); in test_GetBindInfoEx()
2604 static BOOL test_bscholder(IBindStatusCallback *holder) in test_bscholder() argument
2618 hres = IBindStatusCallback_QueryInterface(holder, &IID_IServiceProvider, (void**)&serv_prov); in test_bscholder()
2624 hres = IBindStatusCallback_GetBindInfo(holder, &dw, &bindinfo); in test_bscholder()
2629 test_GetBindInfoEx(holder); in test_bscholder()
2632 hres = IBindStatusCallback_OnStartBinding(holder, 0, (void*)0xdeadbeef); in test_bscholder()
2636 hres = IBindStatusCallback_QueryInterface(holder, &IID_IHttpNegotiate, (void**)&http_negotiate); in test_bscholder()
2664 … hres = IBindStatusCallback_QueryInterface(holder, &IID_IHttpNegotiate2, (void**)&http_negotiate2); in test_bscholder()
2690 hres = IBindStatusCallback_OnProgress(holder, 0, 0, BINDSTATUS_FINDINGRESOURCE, NULL); in test_bscholder()
2704 hres = IBindStatusCallback_QueryInterface(holder, &IID_IAuthenticate, (void**)&authenticate); in test_bscholder()
2725 hres = IBindStatusCallback_QueryInterface(holder, &IID_IInternetBindInfo, (void**)&bind_info); in test_bscholder()
2736 hres = IBindStatusCallback_OnStopBinding(holder, S_OK, NULL); in test_bscholder()