Searched refs:htext (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 604 HGLOBAL h, htext; in test_synthesized() local 614 htext = create_textA(); in test_synthesized() 621 h = SetClipboardData(CF_TEXT, htext); in test_synthesized() 622 ok(h == htext, "got %p\n", h); in test_synthesized() 1361 htext = create_textA(); in test_handles() 1391 h = SetClipboardData( CF_TEXT, htext ); in test_handles() 1392 ok( h == htext, "got %p\n", h ); in test_handles() 1494 ok( is_moveable( htext ), "expected moveable mem %p\n", htext ); in test_handles() 1511 ok( is_freed( htext ), "expected freed mem %p\n", htext ); in test_handles() 1547 ok( is_moveable( htext ), "expected moveable mem %p\n", htext ); in test_handles() [all …]
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | clipboard.c | 1520 HGLOBAL h, hblob, htext, hstorage; in test_nonole_clipboard() local 1548 htext = create_text(); in test_nonole_clipboard() 1555 h = SetClipboardData(CF_TEXT, htext); in test_nonole_clipboard() 1556 ok(h == htext, "got %p\n", h); in test_nonole_clipboard()
|