Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ole32/
H A Dclipboard.c1141 IDataObject *src, *src2, *get1, *get2, *get3; in test_consumer_refs() local
1186 hr = OleGetClipboard(&get3); in test_consumer_refs()
1189 ok(get1 != get3, "data objects match\n"); in test_consumer_refs()
1190 ok(get2 != get3, "data objects match\n"); in test_consumer_refs()
1192 IDataObject_Release(get3); in test_consumer_refs()