MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / IsLocked

Method IsLocked

ThirdParty/ASIO/common/dllentry.cpp:60–62  ·  view source on GitHub ↗

allow DLLGetClassObject to know about global server lock status

Source from the content-addressed store, hash-verified

58
59 // allow DLLGetClassObject to know about global server lock status
60 static BOOL IsLocked() {
61 return (m_cLocked > 0);
62 };
63};
64
65// process-wide dll locked state

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected