2006-03-03から1日間の記事一覧

2度あることは3度あることは無限にある

struct SThraedParam { CKana* pcThis; HANDLE hEvent; // スレッド起動完了を通知 }; int CKana::Func() { UINT nThreadID; ATL::CEvent cEvent(false, true, NULL, NULL); SThreadParam sParam = { this, cEvent }; m_hThreadHandle = reinterpret_cast<HANDLE>( _</handle>…