街角_祝福

导航

一些看起来有用但没用过的函数

  • CWinThread* AfxBeginThread(
       AFX_THREADPROC pfnThreadProc,
       LPVOID pParam,
       int nPriority = THREAD_PRIORITY_NORMAL,
       UINT nStackSize = 0,
       DWORD dwCreateFlags = 0,
       LPSECURITY_ATTRIBUTES lpSecurityAttrs = NULL 
    );
    
    创建线程函数

posted on 2012-07-07 15:29  街角_祝福  阅读(106)  评论(0)    收藏  举报