Searched refs:wirehbrush (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ole32/ |
H A D | usrmarshal.c | 1175 wireHBRUSH wirehbrush; in test_marshal_HBRUSH() local 1187 ok(size == 4 + sizeof(*wirehbrush), "Wrong size %d\n", size); in test_marshal_HBRUSH() 1192 ok(buffer_end == buffer + 4 + sizeof(*wirehbrush), "got %p buffer %p\n", buffer_end, buffer); in test_marshal_HBRUSH() 1193 wirehbrush = (wireHBRUSH)(buffer + 4); in test_marshal_HBRUSH() 1194 …ok(wirehbrush->fContext == WDT_INPROC_CALL, "Context should be WDT_INPROC_CALL instead of 0x%08x\n… in test_marshal_HBRUSH() 1195 …ok(wirehbrush->u.hInproc == (LONG_PTR)hBrush, "Marshaled value should be %p instead of %x\n", hBru… in test_marshal_HBRUSH() 1199 ok(buffer_end == buffer + 4 + sizeof(*wirehbrush), "got %p buffer %p\n", buffer_end, buffer); in test_marshal_HBRUSH()
|