Searched defs:hwndServer (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 33 HWND hwndServer = (HWND)SendMessageW(hwndShell, WM_DESKTOP_GET_CNOTIFY_SERVER, bCreate, 0); in GetNotificationServer() local 54 HWND hwndServer = GetNotificationServer(FALSE); in FreeChangeNotifications() local 324 HWND hwndServer = GetNotificationServer(FALSE); in CreateNotificationParamAndSend() local 422 HWND hwndServer, hwndBroker = NULL; in SHChangeNotifyRegister() local 558 HWND hwndServer = GetNotificationServer(FALSE); in SHChangeNotifyDeregister() local
|
/reactos/win32ss/user/user32/misc/ |
H A D | ddeserver.c | 158 HWND hwndServer; in DdeNameService() local 365 static LRESULT CALLBACK WDML_ServerNameProc(HWND hwndServer, UINT iMsg, WPARAM wParam, LPARAM lPara… in WDML_ServerNameProc() 1016 static LRESULT CALLBACK WDML_ServerConvProc(HWND hwndServer, UINT iMsg, WPARAM wParam, LPARAM lPara… in WDML_ServerConvProc()
|
H A D | ddeclient.c | 235 HWND hwndServer = pConv->hwndServer; in DdeReconnect() local
|
H A D | ddemisc.c | 2009 HSZ hszService, HSZ hszTopic, HWND hwndClient, HWND hwndServer) in WDML_AddConv()
|
/reactos/win32ss/user/user32/include/ |
H A D | dde_private.h | 106 HWND hwndServer; member 134 HWND hwndServer; /* destination of conversation (ServerConvClass) */ member
|