簡介ExitThread 函數The ExitThread function ends a thread. 定義VOID ExitThread(DWORD dwExitCode); 參數dwExitCode Exit code for the calling thread.
確定! 回上一頁