Skip to content

Instantly share code, notes, and snippets.

@nibasya
Created November 24, 2022 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibasya/b50ac1f7e4c08f5f26c16021f03b9e12 to your computer and use it in GitHub Desktop.
Save nibasya/b50ac1f7e4c08f5f26c16021f03b9e12 to your computer and use it in GitHub Desktop.
CSingleLock::IsLocked()
_AFXMT_INLINE BOOL (::CSingleLock::IsLocked())
{
return m_bAcquired;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment