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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h86 } EXTRACT_INFO, *LPEXTRACT_INFO; typedef in typeref:struct:_EXTRACT_INFO
101 BOOL DoExtractOrTestFiles(LPCSTR szZipFile, EXTRACT_INFO *pei);
H A Dwinmain.cpp270 void UpdateProgress(EXTRACT_INFO *pei, BOOL fFull);
818 UpdateProgress((EXTRACT_INFO*)lParam, FALSE);
822 UpdateProgress((EXTRACT_INFO*)lParam, TRUE);
1144 EXTRACT_INFO ei;
2860 EXTRACT_INFO ei;
2922 static EXTRACT_INFO *pei;
2930 pei = (EXTRACT_INFO*)lParam;
3216 static EXTRACT_INFO *pei;
3229 pei = (EXTRACT_INFO*)lParam;
3387 static EXTRACT_INFO *pe
[all...]
H A Dintrface.cpp160 static EXTRACT_INFO *g_pExtractInfo = NULL;
276 BOOL DoExtractOrTestFiles(LPCSTR szZipFile, EXTRACT_INFO *pei) {
278 // WARNING!!! This functions hands the EXTRACT_INFO structure of to a thread
281 // delete the EXTRACT_INFO structure until it receives the message. Currently,

Completed in 113 milliseconds