Home
last modified time | relevance | path

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

/reactos/base/applications/mplay32/
H A Dmplay32.c1220 TCHAR droppedfile[MAX_PATH]; in MainWndProc() local
1223 DragQueryFile(drophandle, 0, droppedfile, ARRAYSIZE(droppedfile)); in MainWndProc()
1225 OpenMediaFile(hwnd, droppedfile, NULL); in MainWndProc()
/reactos/base/applications/mspaint/
H A Dmain.cpp533 WCHAR droppedfile[MAX_PATH]; in OnDropFiles() local
536 DragQueryFile(hDrop, 0, droppedfile, _countof(droppedfile)); in OnDropFiles()
539 ConfirmSave() && DoLoadImageFile(m_hWnd, droppedfile, TRUE); in OnDropFiles()