Searched refs:htext5 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 1350 HGLOBAL h, htext, htext2, htext3, htext4, htext5; in test_handles() local 1365 htext5 = create_textA(); in test_handles() 1414 h = SetClipboardData( CF_PRIVATEFIRST + 7, htext5 ); in test_handles() 1415 ok( h == htext5, "got %p\n", h ); in test_handles() 1461 ok( data == htext5, "wrong data %p\n", data ); in test_handles() 1482 ok( is_freed( htext5 ), "expected freed mem %p\n", htext5 ); in test_handles()
|