Searched refs:WM_NULL (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Devtloop.cpp207 ::PostMessage(NULL, WM_NULL, 0, 0);
H A Dtaskbar.cpp214 ::PostMessage(GetHwndOf(m_win), WM_NULL, 0, 0L); local
H A Dapp.cpp547 // Do not post WM_NULL if there's already a pending WM_NULL to avoid
559 if ( !::PostMessage(hwndTop, WM_NULL, 0, 0) )
562 wxLogLastError(wxT("PostMessage(WM_NULL)"));
H A Dthread.cpp1389 // sending any message would do - hopefully WM_NULL is harmless enough
1390 if ( !::PostThreadMessage(gs_idMainThread, WM_NULL, 0, 0) )
1393 wxLogLastError(wxT("PostThreadMessage(WM_NULL)"));
H A Dwindow.cpp6224 case 0x0000: return wxT("WM_NULL");
6801 // each time a WM_NULL is received (wxWakeUpIdle does this), even if we're
6840 if ( msg->message == WM_NULL && wParam == PM_REMOVE )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dapp.cpp643 if ( !::WinPostMsg(GetHwndOf(pTopWindow), WM_NULL, (MPARAM)0, (MPARAM)0))
648 wxLogLastError(wxT("PostMessage(WM_NULL)"));
H A Dthread.cpp970 if ( !::WinPostQueueMsg(wxTheApp->m_hMq, WM_NULL, 0, 0) )
973 wxLogLastError(wxT("WinPostMessage(WM_NULL)"));
H A Dwindow.cpp4538 case 0x0000: return wxT("WM_NULL");

Completed in 89 milliseconds