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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp124 DWORD dwExitCode; // the exit code of the process member in struct:wxExecuteData
290 if ( !::GetExitCodeProcess(data->hProcess, &data->dwExitCode) )
295 wxASSERT_MSG( data->dwExitCode != STILL_ACTIVE,
317 (int)data->dwExitCode);
944 DWORD dwExitCode = data->dwExitCode; local
948 return dwExitCode;

Completed in 165 milliseconds