Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ole32/
H A Dcompobj.c1782 IComThreadingInfo *pComThreadingInfo, *threadinginfo2; in test_CoGetObjectContext() local
1806 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()