CWinThread::CreateThread
Visual Studio 2008
Creates a thread to execute within the address space of the calling process.
BOOL CreateThread( DWORD dwCreateFlags = 0, UINT nStackSize = 0, LPSECURITY_ATTRIBUTES lpSecurityAttrs = NULL );