MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / LockServer

Method LockServer

LegacyUpdate/ClassFactory.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61STDMETHODIMP CClassFactory::LockServer(BOOL fLock) {
62 if (fLock) {
63 InterlockedIncrement(&g_serverLocks);
64 } else {
65 InterlockedDecrement(&g_serverLocks);
66 }
67 return S_OK;
68}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected