I was wondering if there is a method for getting the name of a
synchronization object windows from a handle to that object?
For example:
handle = CreateMutex(NULL,FALSE,_T("SomeNameStr"));
At some point later on I would like to be able to retrieve the "SomeNameStr"
name from the handle. I realize that I can save the string upon creation,
but in some cases I do not have control of the creation of the named object,
I just receive the handle.
Thank you,
Tom
I was wondering if there is a method for getting the name of a
synchronization object from a handle to that object?
( That's what happens when you cut and paste your google search string into
your message :) )
Paul T.
"Tom K" <To...@discussions.microsoft.com> wrote in message
news:C7CDEB73-F82B-4C38...@microsoft.com...