Searched refs:WM_USER_SERVICE_ADD (Results 1 – 2 of 2) sorted by relevance
36 #define WM_USER_SERVICE_ADD ( WM_USER + 0x100 ) macro46 ON_MESSAGE( WM_USER_SERVICE_ADD, OnServiceAdd )223 posted = ::PostMessage( dialog->GetSafeHwnd(), WM_USER_SERVICE_ADD, 0, (LPARAM) entry ); in OnBrowserCallBack()
78 #define WM_USER_SERVICE_ADD ( WM_USER + 0x102 ) macro302 ON_MESSAGE( WM_USER_SERVICE_ADD, OnServiceAdd ) in BEGIN_MESSAGE_MAP()1251 …message = ( inEvent->type == kDNSBrowserEventTypeAddService ) ? WM_USER_SERVICE_ADD : WM_USER_SERV… in BrowserCallBack()