Home
last modified time | relevance | path

Searched defs:hwndServer (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/shell32/
H A Dchangenotify.cpp33 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 Dddeserver.c158 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 Dddeclient.c235 HWND hwndServer = pConv->hwndServer; in DdeReconnect() local
H A Dddemisc.c2009 HSZ hszService, HSZ hszTopic, HWND hwndClient, HWND hwndServer) in WDML_AddConv()
/reactos/win32ss/user/user32/include/
H A Ddde_private.h106 HWND hwndServer; member
134 HWND hwndServer; /* destination of conversation (ServerConvClass) */ member