2009年9月7日

_beginthread和beginthreadex-摘自MSDN(English)

摘要: 我觉得详细到位Creates a thread.uintptr_t _beginthread( void( *start_address )( void * ), unsigned stack_size, void *arglist);uintptr_t _beginthreadex( void *security, unsigned stack_size, unsigned ( *start_a... 阅读全文

posted @ 2009-09-07 11:37 cy163 阅读(3894) 评论(1) 推荐(1) 编辑

_beginthreadex()和_endthreadex()

摘要: 版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://golog.blogbus.com/logs/10964622.html线程开始和停止函数!unsignedlong_beginthreadex(void*security,unsignedstack_size,unsigned(__stdcall*start_address)(void*),void*arglist,u... 阅读全文

posted @ 2009-09-07 11:24 cy163 阅读(8109) 评论(0) 推荐(0) 编辑

导航