chsvlib
chsv helper source code

◆ CreateCPPThread()

HANDLE Chusov::Win32::ExecutionControl::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.

See the documentation on the CreateThread function for the description of the prototype. See _beginthreadex for the description above the details of calling Win32 functions in C and C++ programs.