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

Method CreateInstance

LegacyUpdate/ClassFactory.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57STDMETHODIMP CClassFactory::CreateInstance(IUnknown *pUnkOuter, REFIID riid, void **ppvObject) {
58 return createFunc(pUnkOuter, riid, ppvObject);
59}
60
61STDMETHODIMP CClassFactory::LockServer(BOOL fLock) {
62 if (fLock) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected