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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h65 BOOL fRestorePaths; // TRUE to restore paths, FALSE to junk them. member in struct:_EXTRACT_INFO
H A Dwinmain.cpp1150 ei.fRestorePaths = FALSE;
2933 pei->fRestorePaths = GetOptionInt(TEXT("RestorePaths"), TRUE);
2943 CheckDlgButton(hDlg, IDC_RESTORE_PATHS, pei->fRestorePaths);
2976 pei->fRestorePaths = IsDlgButtonChecked(hDlg, IDC_RESTORE_PATHS);
2983 WriteOptionInt(TEXT("RestorePaths"), pei->fRestorePaths);
H A Dintrface.cpp553 pG->UzO.jflag = !g_pExtractInfo->fRestorePaths;

Completed in 50 milliseconds