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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h62 LPSTR szMappedPath; // Used to store mapped name. May be NULL. member in struct:_EXTRACT_INFO
H A Dintrface.cpp1435 // this by checking the szMappedPath member of our extract info stucture
1438 if (g_pExtractInfo && g_pExtractInfo->szMappedPath) {
1645 if (g_pExtractInfo->szMappedPath) {
1646 strcpy(g_pExtractInfo->szMappedPath, szBuffer);
H A Dwinmain.cpp1140 CHAR szMappedPath[_MAX_PATH]; local
1141 *szMappedPath = '\0';
1152 ei.szMappedPath = szMappedPath;
1193 *szMappedPath ? szMappedPath : pfn->szPathAndMethod,
1201 if (*szMappedPath) {
1202 MBSTOTSTR(szPath, szMappedPath, countof(szPath));
1213 MBSTOTSTR(szPath, szMappedPath, countof(szPath));

Completed in 119 milliseconds