您的位置:首页 > 其它

Windows API 之 CreateThread、GetExitCodeThread(未完)

2015-10-28 09:32 197 查看

GetExitCode

Retrieves the termination status of the specified thread.

BOOL WINAPI GetExitCodeThread(
_In_  HANDLE  hThread,
_Out_ LPDWORD lpExitCode
);


Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: