请问程序终止时所发的Message?(100分)

  • 主题发起人 主题发起人 zhancj
  • 开始时间 开始时间
采用GetEXitCodeProcess来进行判断,如下:<br>fprocessExit := GetEXitCodeProcess(ProcessInfo.hProcess,dwExitCode );<br><br>&nbsp; if fprocessExit and (dwExitCode = STILL_ACTIVE) then<br>&nbsp; &nbsp; &nbsp;exit;<br>&nbsp; result := false;
 
后退
顶部