Hello,
I have a doubt about multithreaded applications.
I needed my application call a function in another thread that the main thread. Then, I used the 'CmtScheduleThreadPoolFunction' call, with the first parameter beeing DEFAULT_THREAD_POOL_HANDLE. It worked very well.
Now, I need my application to call two different functions, at different threads. It means, I need the two functions mentioned works separately, in different threads. The reason is that these functions perform critical processes, data acquisition processes.
My doubt is if using de DEFAULT_THREAD_POOL_HANDLE parameter at the two 'CmtScheduleThreadPoolFunction' calls become in two different threads (besides the main thread).
Thanks,
Silmarba.