Searched refs:poct (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlview.c | 1300 IOleCommandTarget *poct; in test_IOleCommandTarget() local 1310 hr = IShellView_QueryInterface(psv, &IID_IOleCommandTarget, (void**)&poct); in test_IOleCommandTarget() 1316 hr = IOleCommandTarget_QueryStatus(poct, NULL, 0, NULL, NULL); in test_IOleCommandTarget() 1320 hr = IOleCommandTarget_QueryStatus(poct, NULL, 0, &oc, NULL); in test_IOleCommandTarget() 1324 hr = IOleCommandTarget_QueryStatus(poct, NULL, 1, &oc, NULL); in test_IOleCommandTarget() 1327 hr = IOleCommandTarget_Exec(poct, NULL, 0, 0, NULL, NULL); in test_IOleCommandTarget() 1330 IOleCommandTarget_Release(poct); in test_IOleCommandTarget()
|