Searched refs:dwFileCount (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h60 DWORD dwFileCount; // Number of files to extract/test. member in struct:_EXTRACT_INFO
H A Dwinmain.cpp1147 ei.dwFileCount = 1;
2867 if ((ei.dwFileCount = ListView_GetSelectedCount(g_hWndList)) <= 0) {
2873 if ((int)ei.dwFileCount != ListView_GetItemCount(g_hWndList)) {
2874 ei.szFileList = new LPSTR[ei.dwFileCount + 1];
2882 ei.dwFileCount = 0;
2895 ei.szFileList[ei.dwFileCount] = ((FILE_NODE*)lvi.lParam)->szPathAndMethod;
2897 ei.dwFileCount++;
2901 ei.szFileList[ei.dwFileCount] = NULL;
2941 SetDlgItemText(hDlg, IDC_FILE_COUNT, FormatValue(szPath, pei->dwFileCount));
3305 FormatValue(szBuffer, pei->dwFileCount));
[all...]
H A Dintrface.cpp560 pG->filespecs = g_pExtractInfo->dwFileCount;

Completed in 176 milliseconds