Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ole32/
H A Dclipboard.c82 static UINT cf_stream, cf_storage, cf_global, cf_another, cf_onemore; variable
920 cf_onemore = RegisterClipboardFormatA("one more format"); in test_set_clipboard()
976 h = SetClipboardData(cf_onemore, hblob); in test_set_clipboard()
978 h = GetClipboardData(cf_onemore); in test_set_clipboard()
996 h = GetClipboardData(cf_onemore); in test_set_clipboard()
1008 h = GetClipboardData(cf_onemore); in test_set_clipboard()
1557 h = SetClipboardData(cf_onemore, hblob); in test_nonole_clipboard()
1586 ok(fmt.cfFormat == cf_onemore, "cf %04x\n", fmt.cfFormat); in test_nonole_clipboard()