It seems touchscreen comes with varying Touch Point capabilities i.e. 5 Touch Points, 10 Touch Points or 20 Touch Points.
Is there a way to get supported Touch Points programmatically instead of hard coding it for Windows OS.
In the application (link) max touch point is hard coded to the following: #define MAXPOINTS 10
I went through the MSDN touch documentation but could not find a relevant API.