5/9/08

What is the difference between a CCriticalSection object and a CMutex object?

Though both objects are synchronization classes, CCriticalSection allows only one thread from within the current process to access an object, while CMutex allows only one thread from any process to access an object.

No comments:

ITUCU