you're just plain wrong.
The mystery
What's the difference in behavior, when you create multiple times a semaphore on Windows CE and on Windows XP with the following 2 different code snippets?
handle = CreateSemaphore( NULL, initialCount, maxCount, NULL);and
handle = CreateSemaphore( NULL, initialCount, maxCount, _T("") );Dear readers - enlighten us.
I will unravel the mystery later this week ;-)
Read more! Post this to a friend!
