BeginThreadEx Sample

Description

This program demonstrates how to use the C Runtime functions - _beginthreadex and _endthreadex.

The purpose is to check for no memory leak when repeatedly calling those two functions.