GetExitCodeProcess(ProcessInfo.hProcess, IsTerminated); 실행중 다음 Error가 나는데 어떻게 해야되는 건지 .. Types of actual and formal var parameters must be identical 부탁드립니다..
최용일
•
2000.03.31 07:28
아마도 두번째 인자인 IsTerminated이 함수나 객체의 메소드같은데...
GetExitCodeProcess는 두번째 인...
GetExitCodeProcess는 두번째 인자로 var파라매터를 가집니다. IsTerminated가
함수라면 변수에 저장해서 넘겨주셔야 겠는데요...
또 같은 타입인가도 확인하시고...
유동훈 wrote:
>
> GetExitCodeProcess(ProcessInfo.hProcess, IsTerminated);
>
> 실행중 다음 Error가 나는데 어떻게 해야되는 건지 ..
> Types of actual and formal var parameters must be identical
> 부탁드립니다..
>