Defines auxiliary functionality easing working with Windows multitasking routines. More...
Functions | |
| HANDLE | CreateCPPThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, DWORD dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId) noexcept |
| A wrap over the _beginthreadex function with prototype of the CreateThread function. More... | |
Defines auxiliary functionality easing working with Windows multitasking routines.