Searched refs:mciPut (Results 1 – 1 of 1) sorted by relevance
1319 MCI_DGV_PUT_PARMS mciPut; in MainWndProc() local1326 mciPut.rc.top = 0; in MainWndProc()1327 mciPut.rc.left = 0; in MainWndProc()1328 mciPut.rc.right = Rect.right; in MainWndProc()1329 mciPut.rc.bottom = Rect.bottom - (ToolbarRect.bottom - ToolbarRect.top) - 2; in MainWndProc()1331 …Command(wDeviceId, MCI_PUT, MCI_DGV_PUT_DESTINATION | MCI_DGV_RECT | MCI_WAIT, (DWORD_PTR)&mciPut); in MainWndProc()