Searched refs:hWndProgFile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h71 HWND hWndProgFile; member in struct:_EXTRACT_INFO
H A Dwinmain.cpp3279 pei->hWndProgFile = GetDlgItem(hDlg, IDC_FILE_PROGRESS);
3294 ShowWindow(pei->hWndProgFile, SW_HIDE);
3298 SendMessage(pei->hWndProgFile, PBM_SETRANGE, 0,
3322 SendMessage(pei->hWndProgFile, PBM_SETPOS, PROGRESS_MAX, 0);
3403 pei->hWndProgFile = GetDlgItem(hDlg, IDC_FILE_PROGRESS);
3453 SendMessage(pei->hWndProgFile, PBM_SETPOS, dwFile, 0);

Completed in 162 milliseconds