Drag & Drop

jjuiddong
Jjuiddong (토론 | 기여) 사용자의 2014년 5월 25일 (일) 13:38 판

(비교) ← 이전 판 | 최신판 (비교) | 다음 판 → (비교)
이동: 둘러보기, 찾기
DragAcceptFiles(true);

case WM_DROPFILES:
{
    HDROP hdrop = (HDROP)wParam;
    char filePath[ MAX_PATH];
    const UINT size = DragQueryFileA(hdrop, 0, filePath, MAX_PATH);
    if (size == 0) 
        return 0;// handle error...
}
break;


개인 도구
이름공간

변수
행위
둘러보기
도구모음