Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This class provides the creation function for a Windows thread. Use this class if the thread will not use CRT functions.
class Win32ThreadTraits
Remarks
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 be using CRT functions, use CRTThreadTraits instead.
Requirements
Header: atlbase.h