Searched refs:threadinginfo2 (Results 1 – 1 of 1) sorted by relevance
1782 IComThreadingInfo *pComThreadingInfo, *threadinginfo2; in test_CoGetObjectContext() local1806 threadinginfo2 = NULL; in test_CoGetObjectContext()1807 hr = pCoGetObjectContext(&IID_IComThreadingInfo, (void **)&threadinginfo2); in test_CoGetObjectContext()1809 ok(pComThreadingInfo == threadinginfo2, "got different instance\n"); in test_CoGetObjectContext()1810 IComThreadingInfo_Release(threadinginfo2); in test_CoGetObjectContext()