Searched refs:dxClient (Results 1 – 1 of 1) sorted by relevance
804 static BOOL GrowWindow( HWND hwnd, LONG dxClient, LONG dyClient, BOOL fRepaint ) in GrowWindow() argument812 rc.left += dxClient; in GrowWindow()814 rc.right += dxClient; in GrowWindow()876 LONG dxClient, dyClient; in PreviewDialogProc() local878 dxClient = cx - rcClient.right; in PreviewDialogProc()881 EnumChildWindows( hwndDlg, GrowChildWindows, MAKELONG( (SHORT)dxClient, (SHORT)dyClient) ); in PreviewDialogProc()
Completed in 22 milliseconds