Поделиться через


CRTThreadTraits Class

This class provides the creation function for a CRT thread. Use this class if the thread will use CRT functions.

class CRTThreadTraits

Заметки

Thread traits are classes that provide a creation function for a particular type of thread. The creation function has the same signature and semantics as the Windows CreateThread function.

Thread traits are used by the following classes:

If the thread will not be using CRT functions, use Win32ThreadTraits instead.

Требования

Header: atlbase.h

См. также

Основные понятия

CRTThreadTraits Members

ATL Class Overview