/reactos/win32ss/user/user32/misc/ |
H A D | ddeserver.c | 119 if (!PostMessageW(pConv->hwndClient, WM_DDE_DATA, (WPARAM)pConv->hwndServer, in DdePostAdvise() 280 static WDML_CONV* WDML_CreateServerConv(WDML_INSTANCE* pInstance, HWND hwndClient, in WDML_CreateServerConv() argument 337 hwndClient, hwndServerConv); in WDML_CreateServerConv() 345 SendMessageW(hwndClient, WM_DDE_ACK, (WPARAM)hwndServerConv, in WDML_CreateServerConv() 367 HWND hwndClient; in WDML_ServerNameProc() local 382 hwndClient = (HWND)wParam; in WDML_ServerNameProc() 403 WDML_GetInstanceFromWnd(hwndClient) == WDML_GetInstanceFromWnd(hwndServer)) in WDML_ServerNameProc() 410 if ((GetClassNameA(hwndClient, buf, sizeof(buf)) && in WDML_ServerNameProc() 418 pcc->iCodePage = IsWindowUnicode(hwndClient) ? CP_WINUNICODE : CP_WINANSI; in WDML_ServerNameProc() 436 pConv = WDML_CreateServerConv(pInstance, hwndClient, hwndServer, in WDML_ServerNameProc() [all …]
|
H A D | ddeclient.c | 87 HWND hwndClient; in DdeConnect() local 152 SetWindowLongPtrW(hwndClient, GWL_WDML_INSTANCE, (ULONG_PTR)pInstance); in DdeConnect() 178 pConv = WDML_GetConvFromWnd(hwndClient); in DdeConnect() 231 if (pConv == WDML_GetConvFromWnd(pConv->hwndClient) && in DdeReconnect() 234 HWND hwndClient = pConv->hwndClient; in DdeReconnect() local 237 SetWindowLongPtrW(pConv->hwndClient, GWL_WDML_CONVERSATION, 0); in DdeReconnect() 244 ret = SendMessageW(hwndServer, WM_DDE_INITIATE, (WPARAM)hwndClient, in DdeReconnect() 254 if (ret && (pNewConv = WDML_GetConvFromWnd(pConv->hwndClient)) != NULL) in DdeReconnect() 1036 if (msg.hwnd == pConv->hwndClient) in WDML_SyncWaitTransactionReply() 1387 (WPARAM)pConv->hwndClient, pXAct->lParam)) in DdeDisconnect() [all …]
|
H A D | ddemisc.c | 234 FIXME("(%p %p %p): stub\n", hwndClient, pqosNew, pqosPrev); in DdeSetQualityOfService() 803 if (pConv->hwndClient == client && pConv->hwndServer == server) in WDML_EventProc() 1691 HWND client = pConv->hwndClient, server = pConv->hwndServer; in WDML_RemoveServer() 2009 HSZ hszService, HSZ hszTopic, HWND hwndClient, HWND hwndServer) in WDML_AddConv() argument 2022 pConv->hwndClient = hwndClient; in WDML_AddConv() 2029 WDML_GetInstanceFromWnd(hwndClient) == WDML_GetInstanceFromWnd(hwndServer)) in WDML_AddConv() 2097 hWnd = (side == WDML_CLIENT_SIDE) ? pRef->hwndClient : pRef->hwndServer; in WDML_RemoveConv() 2284 to = pConv->hwndClient; in WDML_PostAck() 2289 from = pConv->hwndClient; in WDML_PostAck() 2385 ci->hwnd = pConv->hwndClient; in WDML_GetLocalConvInfo() [all …]
|
/reactos/win32ss/user/user32/include/ |
H A D | dde_private.h | 133 HWND hwndClient; /* source of conversation (ClientConvClass) */ member 200 HSZ hszService, HSZ hszTopic, HWND hwndClient, HWND hwndServer) DECLSPEC_HIDDEN;
|
/reactos/sdk/include/psdk/ |
H A D | dde.h | 78 BOOL WINAPI DdeSetQualityOfService(HWND hwndClient,
|
/reactos/win32ss/user/ntuser/ |
H A D | dde.c | 431 IN HWND hwndClient, in NtUserDdeGetQualityOfService() argument 443 IN HWND hwndClient, in NtUserDdeSetQualityOfService() argument
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 1022 HWND hwndClient = (HWND) SendMessage(_hmdiclient, WM_MDIGETACTIVE, 0, 0); in Command() local 1024 if (hwndClient) in Command() 1025 if (SendMessage(hwndClient, PM_DISPATCH_COMMAND, MAKELONG(id,code), 0)) in Command() 1316 HWND hwndClient = (HWND) SendMessage(_hmdiclient, WM_MDIGETACTIVE, 0, 0); in go_to() local 1318 if (hwndClient) in go_to() 1319 if (SendMessage(hwndClient, PM_JUMP_TO_URL, 0, (LPARAM)url)) in go_to()
|
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 100 CChangeNotifyBroker(HWND hwndClient, UINT uMsg) : in CChangeNotifyBroker() argument 101 m_hwndClient(hwndClient), m_uMsg(uMsg) in CChangeNotifyBroker()
|
/reactos/win32ss/user/user32/windows/ |
H A D | mdi.c | 309 void MDI_CalcDefaultChildPos( HWND hwndClient, INT total, LPPOINT lpPos, INT delta, UINT *id ) in MDI_CalcDefaultChildPos() argument 317 MDICLIENTINFO *ci = get_client_info(hwndClient); in MDI_CalcDefaultChildPos() 323 GetClientRect( hwndClient, &rect ); in MDI_CalcDefaultChildPos() 1760 BOOL WINAPI TranslateMDISysAccel( HWND hwndClient, LPMSG msg ) in TranslateMDISysAccel() argument 1764 MDICLIENTINFO *ci = get_client_info( hwndClient ); in TranslateMDISysAccel()
|
H A D | window.c | 17 void MDI_CalcDefaultChildPos( HWND hwndClient, INT total, LPPOINT lpPos, INT delta, UINT *id );
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1902 IN HWND hwndClient, 1918 IN HWND hwndClient,
|