Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ole32/
H A Dclipboard.c1520 HGLOBAL h, hblob, htext, hstorage; in test_nonole_clipboard() local
1551 hstorage = create_storage(); in test_nonole_clipboard()
1561 h = SetClipboardData(cf_storage, hstorage); in test_nonole_clipboard()
1562 ok(h == hstorage, "got %p\n", h); in test_nonole_clipboard()