Home > Back-end >  CreateMutex () this function in windowsAPI function of I didn't find that! The heck is going on
CreateMutex () this function in windowsAPI function of I didn't find that! The heck is going on

Time:09-20





HANDLE CreateMutex (

LPSECURITY_ATTRIBUTES lpMutexAttributes, security attributes structure pointer

BOOL bInitialOwner,//whether possessed the mutex

LPCTSTR lpName//set the mutex object name

);

This function is how to find in the API?????? It should not API, yes,, then what is he?

CodePudding user response:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms682411 (v=versus 85). Aspx

CodePudding user response:

: no, I mean why API, then this problem, the somebody else say to MSDN find, there is,

CodePudding user response:

Who says no API? Are you not use of e-books,

CodePudding user response:

These e-books generally is finishing, the data may not be very full,
  • Related