Home | History | Annotate | Download | only in include

Lines Matching refs:HDWP

32   typedef HANDLE HDWP;
2227 WINUSERAPI HDWP WINAPI BeginDeferWindowPos (int nNumWindows);
2228 WINUSERAPI HDWP WINAPI DeferWindowPos (HDWP hWinPosInfo, HWND hWnd, HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT uFlags);
2229 WINUSERAPI WINBOOL WINAPI EndDeferWindowPos (HDWP hWinPosInfo);