HomeSort by relevance Sort by last modified time
    Searched refs:SetWindowRedraw (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 183 SetWindowRedraw(hWndLB, FALSE);
257 SetWindowRedraw(hWndLB, TRUE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 68 #define SetWindowRedraw(hwnd,fRedraw) ((void)SendMessage(hwnd,WM_SETREDRAW,(WPARAM)(WINBOOL)(fRedraw),0L))
    [all...]
windowsx.h 57 #define SetWindowRedraw(hwnd,fRedraw) ((void)SNDMSG(hwnd,WM_SETREDRAW,(WPARAM)(WINBOOL)(fRedraw),(LPARAM)0))
    [all...]

Completed in 479 milliseconds