Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ole32/
H A Dclipboard.c764 } *fmt_ptr; in test_cf_dataobject() local
778 fmt_ptr = priv->fmts; in test_cf_dataobject()
785 ok(fmt_ptr->fmt.cfFormat == fmt.cfFormat, in test_cf_dataobject()
788 fmt_ptr->fmt.dwAspect, fmt.dwAspect); in test_cf_dataobject()
790 fmt_ptr->fmt.lindex, fmt.lindex); in test_cf_dataobject()
792 fmt_ptr->fmt.tymed, fmt.tymed); in test_cf_dataobject()
801 fmt_ptr->first_use_of_cf, !seen_cf); in test_cf_dataobject()
802 ok(fmt_ptr->res[0] == 0, "got %08x\n", fmt_ptr->res[0]); in test_cf_dataobject()
803 ok(fmt_ptr->res[1] == 0, "got %08x\n", fmt_ptr->res[1]); in test_cf_dataobject()
813 fmt_ptr++; in test_cf_dataobject()
[all …]