Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dddeml.h332 HWND hwndPartner; member
/reactos/win32ss/user/user32/misc/
H A Dddemisc.c2386 ci->hwndPartner = pConv->hwndServer; in WDML_GetLocalConvInfo()
2391 ci->hwndPartner = pConv->hwndClient; in WDML_GetLocalConvInfo()
/reactos/modules/rostests/winetests/user32/
H A Ddde.c1613 trace("hwnd %p, hwndPartner %p, unicode %u\n", info.hwnd, info.hwndPartner, client_unicode); in test_dde_aw_transaction()