http://msdn.microsoft.com/ko-kr/library/windows/desktop/ms683190(v=vs.85).aspx
BOOL WINAPI GetExitCodeThread( _In_ HANDLE hThread, _Out_ LPDWORD lpExitCode
);
This function returns immediately. If the specified thread has not terminated and the function succeeds, the status returned is STILL_ACTIVE. If the thread has terminated and the function succeeds, the status returned is one of the following values:
반응형
'Thread > Windows' 카테고리의 다른 글
[Thread][Windows] GetCurrentThread() 함수의 위험성. (0) | 2014.10.13 |
---|---|
[스크랩][Thread][Windows] Sleep과 SwitchToThread의 차이 (0) | 2014.09.29 |
[Thread][Windows] DuplicateHandle (3) | 2013.10.19 |
[Thread][Windows] Thread 기본에 대한 글. 링크 (0) | 2013.10.13 |
[Thread] InterlockedCompareExchange() 동작 (0) | 2012.10.22 |
[스크랩] C/C++ volatile 키워드 (0) | 2012.10.22 |
[스크랩] Interlocked 함수들.. (0) | 2012.10.19 |
[Thread] WaitForSingleObject 에 대해 (0) | 2012.10.18 |
[Thread] GetCurrentThread Function (0) | 2012.10.18 |
[Thread] DuplicateHandle 사용 팁 (0) | 2012.10.18 |