A customer reported a problem with the WaitForSingleObject
function: I have a DLL with an
Initialize() function and an
Uninitialize() function.
The code goes like this: Under certain conditions, the Initialize() function
is called twice, and the Uninitialize() function
is correspondingly called twice.
Under these conditions, if I run ...