Home
last modified time | relevance | path

Searched refs:mciPut (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/mplay32/
H A Dmplay32.c1319 MCI_DGV_PUT_PARMS mciPut; in MainWndProc() local
1326 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()