Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ole32/
H A Dcompobj.c1782 IComThreadingInfo *pComThreadingInfo, *threadinginfo2; in test_CoGetObjectContext() local
1795 hr = pCoGetObjectContext(&IID_IComThreadingInfo, (void **)&pComThreadingInfo); in test_CoGetObjectContext()
1809 ok(pComThreadingInfo == threadinginfo2, "got different instance\n"); in test_CoGetObjectContext()
1812 hr = IComThreadingInfo_GetCurrentLogicalThreadId(pComThreadingInfo, NULL); in test_CoGetObjectContext()
1816 hr = IComThreadingInfo_GetCurrentLogicalThreadId(pComThreadingInfo, &id); in test_CoGetObjectContext()
1822 hr = IComThreadingInfo_GetCurrentApartmentType(pComThreadingInfo, &apttype); in test_CoGetObjectContext()
1826 hr = IComThreadingInfo_GetCurrentThreadType(pComThreadingInfo, &thdtype); in test_CoGetObjectContext()
1830 refs = IComThreadingInfo_Release(pComThreadingInfo); in test_CoGetObjectContext()
1846 hr = IComThreadingInfo_GetCurrentApartmentType(pComThreadingInfo, &apttype); in test_CoGetObjectContext()
1850 hr = IComThreadingInfo_GetCurrentThreadType(pComThreadingInfo, &thdtype); in test_CoGetObjectContext()
[all …]