Searched refs:hmoveable (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 1375 hmoveable = GlobalAlloc( GMEM_MOVEABLE, 23 ); in test_handles() 1376 ok( is_moveable( hmoveable ), "expected moveable mem %p\n", hmoveable ); in test_handles() 1377 ok( GlobalSize( hmoveable ) == 23, "wrong size %lu\n", GlobalSize( hmoveable )); in test_handles() 1435 h = SetClipboardData( 0xdeadbabe, hmoveable ); in test_handles() 1436 ok( h == hmoveable, "got %p\n", h ); in test_handles() 1473 ok( data == hmoveable, "wrong data %p\n", data ); in test_handles() 1502 ok( is_moveable( hmoveable ), "expected moveable mem %p\n", hmoveable ); in test_handles() 1515 ok( is_freed( hmoveable ), "expected freed mem %p\n", hmoveable ); in test_handles() 1551 ok( is_moveable( hmoveable ), "expected moveable mem %p\n", hmoveable ); in test_handles() 1572 ok( data == hmoveable, "wrong data %p\n", data ); in test_handles() [all …]
|