Hi all,
In windows API we have 3 functions to control mutex:
CreateMutex,OpenMutex, and ReleaseMutex.
Currently, I want to implement it by myself so I have google it but I found nothing.
What should I do to solve this problem ?
Thanks.
Printable View
Hi all,
In windows API we have 3 functions to control mutex:
CreateMutex,OpenMutex, and ReleaseMutex.
Currently, I want to implement it by myself so I have google it but I found nothing.
What should I do to solve this problem ?
Thanks.
MSDN: Using Mutex Objects
Hey, thank for your quickreply. But you have missunderstood me.
I just want to implement 3 above functions like CreateMutex,OpenMutex, and ReleaseMutex by myself.
Actually, I doubt there is any sense in trying to implement Windows kernel object functionality in user mode. Or did you mean you are ready to break into the kernel? :)Quote:
Currently, I want to implement it by myself so I have google it but I found nothing.
Do you qualify this as problem? May I ask you why?Quote:
What should I do to solve this problem ?
hi, thanks for your quick answer.
Cause it's a question from my friend. He had an interview from Aricent Company. And he asked me for the solution. But I know nothing.
:)