Searched refs:dwProgressResult (Results 1 – 1 of 1) sorted by relevance
87 DWORD dwProgressResult = PROGRESS_CONTINUE; variable96 dwProgressResult = lpProgressRoutine(110 if ( PROGRESS_QUIET == dwProgressResult )113 dwProgressResult = PROGRESS_CONTINUE;117 while ( fSuccess && PROGRESS_CONTINUE == dwProgressResult )134 dwProgressResult = PROGRESS_CANCEL;136 dwProgressResult = lpProgressRoutine(154 if ( PROGRESS_CANCEL == dwProgressResult )
Completed in 18 milliseconds